SVN commit 582949 by coolo: this is just too interesting M +1 -3 scheduler.cpp --- trunk/icecream/services/scheduler.cpp #582948:582949 @@ -1534,9 +1534,7 @@ } else if (toremove->type == CS::DAEMON) { -#if DEBUG_SCHEDULER > 0 - trace() << "remove daemon" << endl; -#endif + log_info() << "remove daemon " << toremove->nodename << endl; notify_monitors( MonStatsMsg( toremove->hostid, "State:Offline\n" ) );