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() )) {