mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-05 01:10:48 +00:00
Downgrade notify of key warning to info.
This commit is contained in:
committed by
Michelle Tang
parent
fb68f3fed1
commit
fb111619d7
@@ -148,7 +148,7 @@ class FixedSizePagingController<Key, Data> implements PagingController<Key> {
|
||||
Integer position = keyToPosition.get(key);
|
||||
|
||||
if (position == null) {
|
||||
Log.w(TAG, "Notified of key " + key + " but it wasn't in the cache!");
|
||||
Log.i(TAG, "Notified of key " + key + " but it wasn't in the cache!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user