1
0
Fork 0

Better Logging for bad groundnet

This commit is contained in:
portree_kid 2021-05-24 16:47:46 +02:00 committed by James Turner
parent 80e553f05c
commit 3db8351928

View file

@ -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;
}