Dmitry Pakhomenko / VodafoneUSBModem

Dependencies:   Socket USBHostWANDongle lwip-sys lwip

Fork of VodafoneUSBModem by mbed official

Revision:
43:3071cf940880
Parent:
39:85dc5ca10b7f
Child:
46:c2282539c858
diff -r 9c6c87297a37 -r 3071cf940880 sms/SMSInterface.cpp
--- a/sms/SMSInterface.cpp	Thu Sep 20 08:04:43 2012 +0000
+++ b/sms/SMSInterface.cpp	Tue Sep 25 10:01:13 2012 +0000
@@ -165,7 +165,7 @@
 
   m_state = SMS_IDLE;
 
-  DBG("Deleting message from index number: d%", m_msgRefList[0] );
+  DBG("Deleting message from index number: %d", m_msgRefList[0] );
   //Delete message from outbox
   std::sprintf(cmd, "AT+CMGD=%d", m_msgRefList[0]);
   ret = m_pIf->executeSimple(cmd, NULL, DEFAULT_TIMEOUT);