summaryrefslogtreecommitdiff
path: root/lib/bbstored
diff options
context:
space:
mode:
authorDebian QA Group <packages@qa.debian.org>2018-02-20 21:53:32 -0500
committerReinhard Tartler <siretart@tauware.de>2018-02-20 21:53:32 -0500
commit1b0a0f835beb3d8d06c3bf4d8336c31066ef413d (patch)
tree4ad6b47ee486401040518bc92e624bfcbb8ec006 /lib/bbstored
parentc63a7e12632f3cad426bf4d294c0371c28753770 (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')
-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