more logging to trigger a new build.

This commit is contained in:
PVPoyer 2018-10-01 21:14:21 +02:00
parent cafdd673d5
commit 394452aad1

View File

@ -184,7 +184,7 @@ public class NetworkManager extends CordovaPlugin {
if(noConnectivity) {
LOG.d(LOG_TAG, "Really no connectivity");
} else {
LOG.d(LOG_TAG, "!!! Switching to unknown");
LOG.d(LOG_TAG, "!!! Switching to unknown, Intent states there is a connectivity.");
sendUpdate(TYPE_UNKNOWN);
}
}