Changed log level

This commit is contained in:
M66B 2021-01-21 08:59:09 +01:00
parent a45e54e634
commit 9df15f07f4
1 changed files with 1 additions and 1 deletions

View File

@ -964,7 +964,7 @@ class Core {
if (newuid == null)
newuid = found;
else if (!newuid.equals(found)) {
Log.e(folder.name + " Added=" + newuid + " found=" + found);
Log.w(folder.name + " Added=" + newuid + " found=" + found);
newuid = Math.max(newuid, found);
}