genapts scheduler: improve info message
This commit is contained in:
parent
c016041337
commit
36c8cbbb15
1 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,7 @@ void Scheduler::Schedule( int num_threads, string& summaryfile )
|
||||||
// Wait for an available process slot
|
// Wait for an available process slot
|
||||||
procList->WaitForSlot();
|
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
|
// let the process list know if more airports are coming
|
||||||
if ( i == originalList.size()-1 ) {
|
if ( i == originalList.size()-1 ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue