mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +00:00
fix 'logging to...' output line not respecting quiet setting
This commit is contained in:
@@ -123,9 +123,9 @@
|
||||
}
|
||||
|
||||
if (isset($options["log"])) {
|
||||
Debug::set_quiet(isset($options['quiet']));
|
||||
Debug::set_logfile($options["log"]);
|
||||
Debug::log("Logging to " . $options["log"]);
|
||||
Debug::set_quiet(isset($options['quiet']));
|
||||
} else {
|
||||
if (isset($options['quiet'])) {
|
||||
Debug::set_loglevel(Debug::$LOG_DISABLED);
|
||||
|
||||
Reference in New Issue
Block a user