summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-10 17:58:46 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-10 17:58:46 +0300
commit4ed8030f36a873fdf881f37c6dccbf28029ce22a (patch)
tree935e9b16380da7c781e642e7efb5682128a67887 /src/client.cpp
parent7d162145958fccfcc3ba32a7db3b8161cfe83fe2 (diff)
downloadplus-4ed8030f36a873fdf881f37c6dccbf28029ce22a.tar.gz
plus-4ed8030f36a873fdf881f37c6dccbf28029ce22a.tar.bz2
plus-4ed8030f36a873fdf881f37c6dccbf28029ce22a.tar.xz
plus-4ed8030f36a873fdf881f37c6dccbf28029ce22a.zip
Add option in settings to enable/disable logging unimplimented packets.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 1af7d9041..0d44fcbff 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -268,6 +268,7 @@ void Client::gameInit()
initFeatures();
logger->log("init 4");
logger->setDebugLog(config.getBoolValue("debugLog"));
+ logger->setReportUnimplimented(config.getBoolValue("unimplimentedLog"));
config.incValue("runcount");