mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
How come no one notices that we're missing the day in our logs?...
This commit is contained in:
parent
cb6158dd6a
commit
d6143cb26f
|
@ -196,7 +196,7 @@ void dbg_msg(const char *sys, const char *fmt, ...)
|
|||
char timestr[80];
|
||||
|
||||
time(&rawtime);
|
||||
str_timestamp_ex(rawtime, timestr, sizeof(timestr), "%Y-%m %H:%M:%S");
|
||||
str_timestamp_ex(rawtime, timestr, sizeof(timestr), "%Y-%m-%d %H:%M:%S");
|
||||
|
||||
#if !defined(CONF_PLATFORM_MACOSX)
|
||||
if(dbg_msg_threaded)
|
||||
|
|
Loading…
Reference in a new issue