Skip to content

Commit 6a82084

Browse files
authored
Minor nitpick in log message
Blame it on copy&paste, this is a ListAdapter, not a RecyclerAdapter.
1 parent 8e5ec74 commit 6a82084

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)