Reduce log level
This commit is contained in:
parent
b07817c620
commit
7c06ea50b6
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ class FileUploader {
|
|||
}
|
||||
|
||||
Future _onInvalidFileError(File file) async {
|
||||
_logger.severe("Invalid file encountered: " + file.toString());
|
||||
_logger.warning("Invalid file encountered: " + file.toString());
|
||||
await FilesDB.instance.deleteLocalFile(file.localID);
|
||||
throw InvalidFileError();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue