tweak debug toast strings

This commit is contained in:
Eric House 2015-02-08 10:48:17 -08:00
parent 994bd4fc5c
commit 9ab0113e85

View file

@ -284,7 +284,7 @@ public class SMSService extends XWService {
updateStatusIn( this, null,
CommsConnType.COMMS_CONN_SMS, true );
if ( s_showToasts ) {
DbgUtils.showf( this, "got %dth msg", m_nReceived );
DbgUtils.showf( this, "Got msg %d", m_nReceived );
}
String phone = intent.getStringExtra( PHONE );
byte[] buffer = intent.getByteArrayExtra( BUFFER );
@ -633,7 +633,7 @@ public class SMSService extends XWService {
}
if ( s_showToasts && success ) {
DbgUtils.showf( this, "sent %dth msg", s_nSent );
DbgUtils.showf( this, "Sent msg %d", s_nSent );
}
ConnStatusHandler.updateStatusOut( this, null,