Changeset 2103

Show
Ignore:
Timestamp:
01/03/2008 23:03:36 (10 months ago)
Author:
chris
Message:

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).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/server/Daemon.cpp

    r2092 r2103  
    349349        // Banner (optional) 
    350350        { 
    351                 #ifndef NDEBUG 
    352                 BOX_NOTICE(DaemonBanner()); 
    353                 #endif 
     351                BOX_SYSLOG(Log::NOTICE, DaemonBanner()); 
    354352        } 
    355353