Skip to content

Commit 6ab8477

Browse files
wumansamtstern
authored andcommitted
debug log not error log (#179)
1 parent c13920f commit 6ab8477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/src/main/java/com/firebase/ui/auth/util/CredentialsAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public void handleCredential(Credential credential) {
163163
} else {
164164
// Email/password account
165165
String status = String.format("Signed in as %s", credential.getId());
166-
Log.e(TAG, status);
166+
Log.d(TAG, status);
167167
}
168168
}
169169

0 commit comments

Comments
 (0)