summaryrefslogtreecommitdiff
path: root/lib/bbstored/BackupStoreDaemon.cpp
diff options
context:
space:
mode:
authorDebian QA Group <packages@qa.debian.org>2018-02-28 08:31:56 -0500
committerReinhard Tartler <siretart@tauware.de>2018-02-28 08:31:56 -0500
commite1948494ab247a69980ddedd2fbf6ab133f2c185 (patch)
treee27e8370e63b44dc2261a56aeca8e746c78d3252 /lib/bbstored/BackupStoreDaemon.cpp
parentfb9c8bb7fa9d0531322b282e3e627ca43a8bfc51 (diff)
adjust-syslog-facility
change default syslog facility from LOG_LOCAL6 to LOG_DAEMON Gbp-Pq: Name 03-adjust-syslog-facility.diff
Diffstat (limited to 'lib/bbstored/BackupStoreDaemon.cpp')
-rw-r--r--lib/bbstored/BackupStoreDaemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bbstored/BackupStoreDaemon.cpp b/lib/bbstored/BackupStoreDaemon.cpp
index 8fddf125..37b0a6f2 100644
--- a/lib/bbstored/BackupStoreDaemon.cpp
+++ b/lib/bbstored/BackupStoreDaemon.cpp
@@ -203,7 +203,7 @@ void BackupStoreDaemon::Run()
SetProcessTitle("housekeeping, idle");
whichSocket = 1;
// Change the log name
- ::openlog("bbstored/hk", LOG_PID, LOG_LOCAL6);
+ ::openlog("bbstored/hk", LOG_PID, LOG_DAEMON);
// Log that housekeeping started
BOX_INFO("Housekeeping process started");
// Ignore term and hup