better log message

This commit is contained in:
Eric House 2013-09-23 07:00:20 -07:00
parent 8ab832a136
commit 74546d183f

View file

@ -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 ) {