mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
fix log comment to correctly identify site.
This commit is contained in:
parent
c2a7a5c347
commit
d63f6961d4
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ public class NetStateCache {
|
|||
|
||||
NetworkInfo ni = (NetworkInfo)intent.
|
||||
getParcelableExtra(ConnectivityManager.EXTRA_NETWORK_INFO);
|
||||
Utils.logf( "CommsTransport::onReceive: %s",
|
||||
Utils.logf( "CommsBroadcastReceiver.onReceive: %s",
|
||||
ni.getState().toString() );
|
||||
|
||||
boolean netAvail;
|
||||
|
|
Loading…
Reference in a new issue