summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorJustAMacUser <[email protected]>2018-12-12 11:47:36 -0500
committerJustAMacUser <[email protected]>2018-12-12 11:47:36 -0500
commit53602096b9f6eeec4487127146d16eab7715e86a (patch)
tree9c68f32f60990f5bc68768e01a9956d7b0c61c94 /classes
parent4e41db7ed3ce5b0219488babd460077cb9ac5d79 (diff)
Fixed misplaced bracket.
Diffstat (limited to 'classes')
-rwxr-xr-xclasses/rssutils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/rssutils.php b/classes/rssutils.php
index 8b3c7c0d0..aa051418b 100755
--- a/classes/rssutils.php
+++ b/classes/rssutils.php
@@ -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);
}