mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-04 07:19:57 +01:00
Fix log issue
This commit is contained in:
parent
970d57b997
commit
17af032279
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue