mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-02 06:20:14 +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;
|
nSent = buf.length;
|
||||||
break;
|
break;
|
||||||
case COMMS_CONN_SMS:
|
case COMMS_CONN_SMS:
|
||||||
Utils.logf( "sending via sms to " + m_addr.sms_phone
|
Utils.logf( "sending via sms to %s:%d", m_addr.sms_phone,
|
||||||
+ m_addr.sms_port );
|
m_addr.sms_port );
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Intent intent = new Intent( m_context, StatusReceiver.class);
|
Intent intent = new Intent( m_context, StatusReceiver.class);
|
||||||
|
|
Loading…
Reference in a new issue