--- smsdaemon/tester.cpp 2009/12/26 23:01:01 520 +++ smsdaemon/tester.cpp 2010/08/05 06:53:38 1011 @@ -19,6 +19,7 @@ #include "plugins/StatusPlugin.h" #include "plugins/WeatherPlugin.h" #include "SmsPdu.h" +#include "Logger.h" using namespace std; using namespace Util; @@ -56,14 +57,15 @@ return 0; */ - std::vector info = GetTrainInfo( 10 ); + Logger::logMessage( "Hello" ); + /*std::vector info = GetTrainInfo( 10 ); for (unsigned int i=0; i