fix log comment to correctly identify site.

This commit is contained in:
Andy2 2011-10-18 21:29:59 -07:00
parent c2a7a5c347
commit d63f6961d4

View file

@ -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;