Reduced logging

This commit is contained in:
M66B 2021-03-05 08:28:18 +01:00
parent 7d9d5cb82a
commit 2a780b11b7
1 changed files with 1 additions and 1 deletions

View File

@ -976,7 +976,7 @@ class Core {
" size=" + Helper.humanReadableByteCount(size) +
"/" + Helper.humanReadableByteCount(account.max_size) +
" host=" + account.host;
Log.e(msg);
Log.w(msg);
throw new IllegalArgumentException(msg);
}
}