aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Models/Entry.php1
-rwxr-xr-xapp/actualize_script.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php
index d90f828bc..2aa99baa9 100644
--- a/app/Models/Entry.php
+++ b/app/Models/Entry.php
@@ -322,7 +322,6 @@ class FreshRSS_Entry extends Minz_Model {
$feed_timeout = empty($attributes['timeout']) ? 0 : intval($attributes['timeout']);
if ($system_conf->simplepie_syslog_enabled) {
- prepareSyslog();
syslog(LOG_INFO, 'FreshRSS GET ' . SimplePie_Misc::url_remove_credentials($url));
}
diff --git a/app/actualize_script.php b/app/actualize_script.php
index f1dec5640..399f7b18e 100755
--- a/app/actualize_script.php
+++ b/app/actualize_script.php
@@ -12,7 +12,6 @@ if (defined('STDOUT')) {
fwrite(STDOUT, 'Starting feed actualization at ' . $begin_date->format('c') . "\n"); //Unbuffered
}
-prepareSyslog();
syslog(LOG_INFO, 'FreshRSS Start feeds actualization...');
// Set the header params ($_GET) to call the FRSS application.