mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
fix confusing log message
This commit is contained in:
parent
49f4700799
commit
75247e59df
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class SMSReceiver extends BroadcastReceiver {
|
|||
}
|
||||
|
||||
if ( isMine ) {
|
||||
DbgUtils.logf( "SMSReceiver: ABORTING message" );
|
||||
DbgUtils.logf( "SMSReceiver: CONSUMING message" );
|
||||
abortBroadcast();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue