Skip to content

Commit

Permalink
service initialization message logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Sep 4, 2018
1 parent 59196be commit 77f575b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/abstract/ApplicationContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ extern "C" {
#include <modules/mqr.h>
#include <modules/cws.h>
#include <modules/nap.h>
//#include <modules/cppstring.h>
//#include <modules/cppsvector.h>

#include <Config.h>

Expand All @@ -69,6 +67,7 @@ namespace abstract
checkForLuaErrorsOnRequire(ret,module_name.c_str());
lua_setfield(mLState, LUA_GLOBALSINDEX, module_name.c_str());
cleanLuaStack();
itc::getLog()->info(__FILE__,__LINE__,"Application instance [%s] is initialized",mName.c_str());
return true;
}

Expand Down

0 comments on commit 77f575b

Please # to comment.