mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
better log message
This commit is contained in:
parent
8ab832a136
commit
74546d183f
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ public class NetStateCache {
|
|||
NetworkInfo ni = (NetworkInfo)intent.
|
||||
getParcelableExtra(ConnectivityManager.EXTRA_NETWORK_INFO);
|
||||
NetworkInfo.State state = ni.getState();
|
||||
DbgUtils.logf( "CommsBroadcastReceiver.onReceive: %s",
|
||||
state.toString() );
|
||||
DbgUtils.logf( "CommsBroadcastReceiver.onReceive: "
|
||||
+ "new network state: %s", state.toString() );
|
||||
|
||||
boolean netAvail;
|
||||
switch ( state ) {
|
||||
|
|
Loading…
Reference in a new issue