Replace deprecated log calls
This commit is contained in:
@@ -99,7 +99,7 @@ function display_init(App $a)
|
||||
}
|
||||
|
||||
if (!empty($_SERVER['HTTP_ACCEPT']) && strstr($_SERVER['HTTP_ACCEPT'], 'application/atom+xml')) {
|
||||
Logger::log('Directly serving XML for uri-id '.$item['uri-id'], Logger::DEBUG);
|
||||
Logger::info('Directly serving XML for uri-id '.$item['uri-id']);
|
||||
displayShowFeed($item['uri-id'], $item['uid'], false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user