summaryrefslogtreecommitdiff
path: root/lib/bbstored/BackupStoreDaemon.cpp
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-03-31 21:43:58 +0200
committerReinhard Tartler <siretart@tauware.de>2019-07-20 00:50:07 -0400
commit864df510d403eee80d378bef7be3746a3fdd8e40 (patch)
treeb3c54141e5c24bcbaba566f6247c7628af234f87 /lib/bbstored/BackupStoreDaemon.cpp
parentd50f542209f3b5c27358fab6e8e3b575534b7b3a (diff)
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