From kde-commits Mon Sep 11 06:07:57 2006 From: Stephan Kulow Date: Mon, 11 Sep 2006 06:07:57 +0000 To: kde-commits Subject: icecream/services Message-Id: <1157954877.966937.14242.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=115795488509166 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" ) );