1
0
Fork 0

genapts scheduler: improve info message

This commit is contained in:
Christian Schmitt 2012-09-06 19:08:14 +02:00
parent c016041337
commit 36c8cbbb15

View file

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