Fix log issue

This commit is contained in:
Shawn Chain 2018-11-09 18:10:05 +08:00
parent 970d57b997
commit 17af032279

View file

@ -18,7 +18,7 @@
#include "Logger.h"
#if defined(LOG_LOCALTIME) && LOG_LOCAL_TIME == 1
#if defined(LOG_LOCALTIME) && LOG_LOCALTIME == 1
static const bool utc = false;
#else
static const bool utc = true;