Skip to content

Commit 8179a8f

Browse files
authored
Merge pull request #339 from zmalltalker/patch-1
Minor nitpick in log message
2 parents 8e5ec74 + 6a82084 commit 8179a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/src/main/java/com/firebase/ui/database/FirebaseListAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public View getView(int position, View view, ViewGroup viewGroup) {
148148
* @param databaseError A description of the error that occurred
149149
*/
150150
protected void onCancelled(DatabaseError databaseError) {
151-
Log.w("FirebaseRecyclerAdapter", databaseError.toException());
151+
Log.w("FirebaseListAdapter", databaseError.toException());
152152
}
153153

154154
/**

0 commit comments

Comments
 (0)