mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 23:57:29 +02:00
refactor: logger (#3678)
This commit is contained in:
@@ -113,7 +113,7 @@ abstract class FeedExpander extends BridgeAbstract
|
||||
if ($rssContent === false) {
|
||||
$xmlErrors = libxml_get_errors();
|
||||
foreach ($xmlErrors as $xmlError) {
|
||||
Logger::debug(trim($xmlError->message));
|
||||
Debug::log(trim($xmlError->message));
|
||||
}
|
||||
if ($xmlErrors) {
|
||||
// Render only the first error into exception message
|
||||
|
Reference in New Issue
Block a user