mirror of https://github.com/M66B/FairEmail.git
Changed log level
This commit is contained in:
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…
Reference in New Issue