Reduced logging

pull/194/head
M66B 5 years ago
parent 7d9d5cb82a
commit 2a780b11b7

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

Loading…
Cancel
Save