mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
better logging of outgoing sms -- which still doesn't work in emulator
after new tools released.
This commit is contained in:
parent
f430a84d75
commit
f71430dc27
1 changed files with 2 additions and 2 deletions
|
@ -261,8 +261,8 @@ public class CommsTransport extends Thread implements TransportProcs {
|
|||
nSent = buf.length;
|
||||
break;
|
||||
case COMMS_CONN_SMS:
|
||||
Utils.logf( "sending via sms to " + m_addr.sms_phone
|
||||
+ m_addr.sms_port );
|
||||
Utils.logf( "sending via sms to %s:%d", m_addr.sms_phone,
|
||||
m_addr.sms_port );
|
||||
|
||||
try {
|
||||
Intent intent = new Intent( m_context, StatusReceiver.class);
|
||||
|
|
Loading…
Reference in a new issue