Changed log level

pull/193/head
M66B 4 years ago
parent a45e54e634
commit 9df15f07f4

@ -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);
}

Loading…
Cancel
Save