From 71d5f5ad81ffeee3d4e5271197a004e54413a3d0 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 1 Mar 2008 23:03:36 +0000 Subject: Only log daemon banner to syslog, not to console, as this is probably what users expect (and they have no way to control verbosity on the console this early). --- lib/server/Daemon.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/server/Daemon.cpp b/lib/server/Daemon.cpp index 62ac0e30..bb9785d8 100644 --- a/lib/server/Daemon.cpp +++ b/lib/server/Daemon.cpp @@ -348,9 +348,7 @@ int Daemon::Main(const std::string &rConfigFileName) { // Banner (optional) { - #ifndef NDEBUG - BOX_NOTICE(DaemonBanner()); - #endif + BOX_SYSLOG(Log::NOTICE, DaemonBanner()); } std::string pidFileName; -- cgit v1.2.3