fix missing sprintf() argument

master
Andrew Dolgov 6 years ago
parent dbb4cdbe36
commit 3ad9944d5e

@ -744,7 +744,7 @@ class RSSUtils {
$start = microtime(true);
$article = $plugin->hook_article_filter($article);
Debug::log(sprintf("=== %.4f (sec)"), Debug::$LOG_VERBOSE);
Debug::log(sprintf("=== %.4f (sec)", microtime(true) - $start), Debug::$LOG_VERBOSE);
$entry_plugin_data .= mb_strtolower(get_class($plugin)) . ",";
}

Loading…
Cancel
Save