Tweak a log-level
This commit is contained in:
parent
05e40bfde3
commit
4a568a42e4
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ public:
|
|||
snprintf(buffer, 16, "%d", acCounter);
|
||||
requiredAircraft = buffer;
|
||||
}
|
||||
SG_LOG(SG_AI, SG_DEBUG, "Adding flight: " << callsign << " "
|
||||
SG_LOG(SG_AI, SG_BULK, "Adding flight: " << callsign << " "
|
||||
<< fltrules << " "
|
||||
<< departurePort << " "
|
||||
<< arrivalPort << " "
|
||||
|
|
Loading…
Add table
Reference in a new issue