Better Logging for bad groundnet
This commit is contained in:
parent
80e553f05c
commit
3db8351928
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ void FGGroundNetXMLLoader::endXML ()
|
|||
NodeIndexMap::const_iterator j = _indexMap.find(it->second);
|
||||
if (j == _indexMap.end()) {
|
||||
_hasErrors = true;
|
||||
SG_LOG(SG_NAVAID, SG_DEV_WARN, "bad groundnet, no node for index:" << it->first);
|
||||
SG_LOG(SG_NAVAID, SG_DEV_WARN, "bad groundnet " << _groundNetwork->airport()->getId() << " , no node for index:" << it->first.get()->getIndex());
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue