TF-4136 Replace logError to logWarning for some place
This commit is contained in:
@@ -123,7 +123,7 @@ class _WebEditorState extends State<WebEditorWidget> with TextSelectionMixin {
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
logError(
|
||||
logWarning(
|
||||
'_WebEditorState::_editorListener: Unable to parse message data = $e',
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user