--- smsdaemon/SmsDaemon.cpp 2008/12/07 00:59:05 132 +++ smsdaemon/SmsDaemon.cpp 2008/12/07 15:51:02 142 @@ -24,7 +24,7 @@ void SmsDaemon::CreateLogMessage(SMS& sms,bool hasPlugin) { ostringstream os; - os << "Recieved sms from " << sms.sender << " ; command=" << GetSmsCommand(sms); + os << "Recieved sms from " << sms.GetSender() << " ; command=" << sms.ExtractCommand(); if (!hasPlugin) os << " -- PLUGIN NOT FOUND"; @@ -49,7 +49,7 @@ for (unsigned int i=0; ismsCounter.incomming++; } }