Skip to content

Commit 72254a0

Browse files
author
Antonis
committed
Fixed #463: Remove passwords from logs, as they sometimes end up in gists, etc
1 parent 709c409 commit 72254a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

restcomm.android.sdk/src/main/java/org/restcomm/android/sdk/MediaClient/util/IceServerFetcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public void makeRequest() {
100100
@Override
101101
public void onHttpError(String errorMessage) {
102102
RCLogger.e(TAG, "ICE servers request timeout: " + errorMessage);
103-
events.onIceServersError(errorMessage);
103+
events.onIceServersError("ICE servers request timeout");
104104
}
105105

106106
@Override

0 commit comments

Comments
 (0)