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;