How come no one notices that we're missing the day in our logs?...

This commit is contained in:
def 2017-07-30 15:40:37 +02:00
parent cb6158dd6a
commit d6143cb26f

View file

@ -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)