Skip to content

Commit

Permalink
more logging to trigger a new build.
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterVanPoyer committed Oct 1, 2018
1 parent cafdd67 commit 394452a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/NetworkManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public void onReceive(Context context, Intent intent) {
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);
}
}
Expand Down

0 comments on commit 394452a

Please sign in to comment.