diff options
| author | 2019-01-15 20:58:53 +0100 | |
|---|---|---|
| committer | 2019-01-15 20:58:53 +0100 | |
| commit | 6bc49e137e2f996f768770c3702d7d6552f556b3 (patch) | |
| tree | daf73c82840eb4985a61eb7ddb6ee3d7609252af /lib | |
| parent | a26eff8a2084a779959f5bef96a4bc72c7ec6ab7 (diff) | |
| parent | 9214eeecff363883d3d396490e8f1c7adf523c05 (diff) | |
Manual merge /dev
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/lib_rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php index 738ccf641..89e9ddfea 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -203,7 +203,7 @@ function html_only_entity_decode($text) { } function prepareSyslog() { - return openlog("FreshRSS", LOG_PERROR | LOG_PID, LOG_USER); + return COPY_SYSLOG_TO_STDERR ? openlog("FreshRSS", LOG_PERROR | LOG_PID, LOG_USER) : false; } function customSimplePie($attributes = array()) { |
