mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
tweak debug toast strings
This commit is contained in:
parent
994bd4fc5c
commit
9ab0113e85
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue