TF-4136 refactor(logging): replace logError with logWarning for non-critical cases
This commit is contained in:
@@ -76,7 +76,7 @@ class UploadFileState with EquatableMixin {
|
||||
}
|
||||
return mediaType?.getIcon(imagePaths, fileName: fileName) ?? imagePaths.icFileDefault;
|
||||
} catch (e) {
|
||||
logError('UploadFileState::getIcon: Exception: $e');
|
||||
logWarning('UploadFileState::getIcon: Exception: $e');
|
||||
return imagePaths.icFileDefault;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user