summaryrefslogtreecommitdiff
path: root/src/net/eathena/generalhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/generalhandler.cpp')
-rw-r--r--src/net/eathena/generalhandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/generalhandler.cpp b/src/net/eathena/generalhandler.cpp
index b2a640dbe..3963f6423 100644
--- a/src/net/eathena/generalhandler.cpp
+++ b/src/net/eathena/generalhandler.cpp
@@ -119,6 +119,7 @@ GeneralHandler::GeneralHandler() :
mSearchStoreHandler(new SearchStoreHandler)
{
generalHandler = this;
+ logger->log("Creating eathena handler");
}
GeneralHandler::~GeneralHandler()