From 9689016f331acd7d5409f1d95cc207ac044b035b Mon Sep 17 00:00:00 2001 From: brianluau Date: Sat, 17 Dec 2011 06:25:11 +0000 Subject: - Replaced log_config.enable_logs constants with LOG_ enums that existed since r9599. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15150 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/log.c') diff --git a/src/map/log.c b/src/map/log.c index af7ae3121..53738f045 100644 --- a/src/map/log.c +++ b/src/map/log.c @@ -437,7 +437,7 @@ int log_config_read(char *cfgName) { if(strcmpi(w1,"enable_logs") == 0) { log_config.enable_logs = (log_what)atoi(w2); - if (log_config.enable_logs&1) //Log everything. + if (log_config.enable_logs & 1) //Log everything. log_config.enable_logs = LOG_ALL; } else if(strcmpi(w1,"sql_logs") == 0) { log_config.sql_logs = (bool)atoi(w2); -- cgit v1.2.3-60-g2f50