aboutsummaryrefslogtreecommitdiffstats
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.h b/log.h
index 0ad4426..68e0ba1 100644
--- a/log.h
+++ b/log.h
@@ -40,7 +40,7 @@ extern string* g_last_error;
#endif
#define LOG_STAT(args...) do { \
- if (g_enable_stat_logs) \
+ if (g_flags.enable_stat_logs) \
fprintf(stderr, "*kati*: %s\n", StringPrintf(args).c_str()); \
} while(0)