TF-4136 Replace logError to logWarning for some place

This commit is contained in:
dab246
2026-01-09 20:15:39 +07:00
committed by Dat H. Pham
parent fedb8fed93
commit 1514136f39
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ class StringConvert {
return textContent.trim();
} catch (e) {
logError('StringConvert::convertHtmlContentToTextContent:Exception = $e');
logWarning('StringConvert::convertHtmlContentToTextContent:Exception = $e');
return htmlContent.trim();
}
}