Skip to content

Commit

Permalink
Fixed #463: Remove passwords from logs, as they sometimes end up in g…
Browse files Browse the repository at this point in the history
…ists, etc
  • Loading branch information
Antonis committed Mar 13, 2017
1 parent 709c409 commit 72254a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void makeRequest() {
@Override
public void onHttpError(String errorMessage) {
RCLogger.e(TAG, "ICE servers request timeout: " + errorMessage);
events.onIceServersError(errorMessage);
events.onIceServersError("ICE servers request timeout");
}

@Override
Expand Down

0 comments on commit 72254a0

Please sign in to comment.