Changeset 2103


Ignore:
Timestamp:
01/03/2008 23:03:36 (4 years 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).

File:
1 edited

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 
Note: See TracChangeset for help on using the changeset viewer.