Changed log levels

This commit is contained in:
M66B
2021-02-27 18:21:22 +01:00
parent bee33fcf9f
commit 8ed239bd53
4 changed files with 17 additions and 17 deletions

View File

@@ -314,7 +314,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
final EntityFolder browsable = db.folder().getBrowsableFolder(folder, criteria != null);
if (browsable == null || !browsable.selectable || browsable.local) {
Log.w("Boundary not browsable=" + (folder != null));
Log.i("Boundary not browsable=" + (folder != null));
return 0;
}