TF-4136 Replace logError to logWarning for some place
This commit is contained in:
@@ -246,7 +246,7 @@ class StringConvert {
|
||||
|
||||
return textContent.trim();
|
||||
} catch (e) {
|
||||
logError('StringConvert::convertHtmlContentToTextContent:Exception = $e');
|
||||
logWarning('StringConvert::convertHtmlContentToTextContent:Exception = $e');
|
||||
return htmlContent.trim();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user