Quiet a log message.
This commit is contained in:
parent
bb6510ad68
commit
561e39e94f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue