From kde-commits Sat Sep 02 19:42:53 2006 From: Stephan Kulow Date: Sat, 02 Sep 2006 19:42:53 +0000 To: kde-commits Subject: icecream/services Message-Id: <1157226173.407162.11002.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=115722621931278 SVN commit 580169 by coolo: ok, this is not really interesting in the common case M +2 -0 scheduler.cpp --- trunk/icecream/services/scheduler.cpp #580168:580169 @@ -853,7 +853,9 @@ { if ( ( *it )->max_jobs >= 0 ) { +#if DEBUG_SCHEDULER > 1 trace() << "send ping " << ( *it )->nodename << endl; +#endif ( *it )->max_jobs *= -1; // better not give it away if(( *it )->send_msg( PingMsg() )) {