From kde-commits Wed Aug 13 07:59:25 2008 From: David Faure Date: Wed, 13 Aug 2008 07:59:25 +0000 To: kde-commits Subject: icecream/daemon Message-Id: <1218614365.752599.15378.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121861437326003 SVN commit 846168 by dfaure: Unconfuse me; the IP that shows here isn't the scheduler IP's, but my own. M +1 -1 main.cpp --- trunk/icecream/daemon/main.cpp #846167:846168 @@ -1439,7 +1439,7 @@ remote_name = inet_ntoa( name.sin_addr ); else remote_name = string(); - log_info() << "Connected to scheduler (" << remote_name << ")\n"; + log_info() << "Connected to scheduler (I am known as" << remote_name << ")\n"; current_load = -1000; gettimeofday( &last_stat, 0 ); icecream_load = 0;