Changeset 2103
- Timestamp:
- 01/03/2008 23:03:36 (10 months ago)
- Files:
-
- 1 modified
-
box/trunk/lib/server/Daemon.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/server/Daemon.cpp
r2092 r2103 349 349 // Banner (optional) 350 350 { 351 #ifndef NDEBUG 352 BOX_NOTICE(DaemonBanner()); 353 #endif 351 BOX_SYSLOG(Log::NOTICE, DaemonBanner()); 354 352 } 355 353
