We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ecaa8 commit 1a13ce2Copy full SHA for 1a13ce2
firebase-firestore/src/main/java/com/google/firebase/firestore/remote/AbstractStream.java
@@ -142,7 +142,7 @@ public void onClose(Status status) {
142
"(%x) Stream closed.",
143
System.identityHashCode(AbstractStream.this));
144
} else {
145
- Logger.debug(
+ Logger.warn(
146
AbstractStream.this.getClass().getSimpleName(),
147
"(%x) Stream closed with status: %s.",
148
System.identityHashCode(AbstractStream.this),
0 commit comments