1
0
Fork 0

Quiet a log message.

This commit is contained in:
James Turner 2017-09-23 11:15:32 +02:00
parent bb6510ad68
commit 561e39e94f

View file

@ -380,7 +380,7 @@ private:
BOOST_FOREACH(SGPath p, d) {
simgear::Dir d2(p);
SG_LOG(SG_AI, SG_INFO, "parsing traffic in:" << p);
SG_LOG(SG_AI, SG_DEBUG, "parsing traffic in:" << p);
simgear::PathList trafficFiles = d2.children(simgear::Dir::TYPE_FILE, ".xml");
BOOST_FOREACH(SGPath xml, trafficFiles) {
readXML(xml, *this);