diff options
Diffstat (limited to 'src/map/log.c')
-rw-r--r-- | src/map/log.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/log.c b/src/map/log.c index 4d4fa166a..de3c850f3 100644 --- a/src/map/log.c +++ b/src/map/log.c @@ -488,6 +488,8 @@ int log_config_read(const char* cfgName) //support the import command, just like any other config else if( strcmpi(w1,"import") == 0 ) log_config_read(w2); + else + ShowWarning("Unknown setting '%s' in file %s\n", w1, cfgName); } } |