1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 05:59:15 +00:00

Fixed misplaced bracket.

This commit is contained in:
JustAMacUser
2018-12-12 11:47:36 -05:00
parent 4e41db7ed3
commit 53602096b9

View File

@@ -830,7 +830,7 @@ class RSSUtils {
$start = microtime(true);
$article = $plugin->hook_article_filter_action($article, $pfaction);
Debug::log(sprintf("=== %.4f (sec)"), Debug::$LOG_VERBOSE);
Debug::log(sprintf("=== %.4f (sec)", Debug::$LOG_VERBOSE));
} else {
Debug::log("??? $pfclass: plugin object not found.", Debug::$LOG_VERBOSE);
}