From 9ab0113e8576c52a6a9d8038f4f8eb3d3df916c5 Mon Sep 17 00:00:00 2001 From: Eric House Date: Sun, 8 Feb 2015 10:48:17 -0800 Subject: [PATCH] tweak debug toast strings --- .../XWords4/src/org/eehouse/android/xw4/SMSService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xwords4/android/XWords4/src/org/eehouse/android/xw4/SMSService.java b/xwords4/android/XWords4/src/org/eehouse/android/xw4/SMSService.java index cb6c5ca47..bc54427c1 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/SMSService.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/SMSService.java @@ -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,