From 561e39e94f64c3dd5a86a79ec7d36f0705f0d3d8 Mon Sep 17 00:00:00 2001 From: James Turner Date: Sat, 23 Sep 2017 11:15:32 +0200 Subject: [PATCH] Quiet a log message. --- src/Traffic/TrafficMgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Traffic/TrafficMgr.cxx b/src/Traffic/TrafficMgr.cxx index a38f58de8..80028d8c6 100644 --- a/src/Traffic/TrafficMgr.cxx +++ b/src/Traffic/TrafficMgr.cxx @@ -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);