From 36c8cbbb15f62680868f4535ff93d55a7306172f Mon Sep 17 00:00:00 2001 From: Christian Schmitt Date: Thu, 6 Sep 2012 19:08:14 +0200 Subject: [PATCH] genapts scheduler: improve info message --- src/Airports/GenAirports850/scheduler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Airports/GenAirports850/scheduler.cxx b/src/Airports/GenAirports850/scheduler.cxx index 4047e669..16ec58ce 100644 --- a/src/Airports/GenAirports850/scheduler.cxx +++ b/src/Airports/GenAirports850/scheduler.cxx @@ -820,7 +820,7 @@ void Scheduler::Schedule( int num_threads, string& summaryfile ) // Wait for an available process slot procList->WaitForSlot(); - SG_LOG( SG_GENERAL, SG_INFO, "Scheduler: originalList has " << originalList.size() << ", i is " << i ); + SG_LOG( SG_GENERAL, SG_INFO, "Scheduler: Processing layout " << i+1 << " of " << originalList.size() << "." ); // let the process list know if more airports are coming if ( i == originalList.size()-1 ) {