--- smsdaemon/GsmModem.cpp 2008/06/13 07:58:40 71 +++ smsdaemon/GsmModem.cpp 2008/06/13 08:37:19 72 @@ -74,6 +74,7 @@ if ( (now-start) > 10 ) { Common::instance()->logMessage( string("GsmModem::Command time out --") + command); + Common::instance()->logMessage( string("Modem responded: ") + Util::str_trim(response) ); _timeout = true; break; }