]> git.mxchange.org Git - simgear.git/commitdiff
Quiet a message.
authorJames Turner <zakalawe@mac.com>
Mon, 9 Dec 2013 23:28:40 +0000 (23:28 +0000)
committerJames Turner <zakalawe@mac.com>
Mon, 9 Dec 2013 23:28:52 +0000 (23:28 +0000)
simgear/structure/subsystem_mgr.cxx

index 05a072059b6d6c686c3dd00f837949415262edcd..35d6c59d829c8c89482eb7ce1cca4c4e852b0df3 100644 (file)
@@ -530,7 +530,7 @@ void
 SGSubsystemMgr::add (const char * name, SGSubsystem * subsystem,
                      GroupType group, double min_time_sec)
 {
-    SG_LOG(SG_GENERAL, SG_INFO, "Adding subsystem " << name);
+    SG_LOG(SG_GENERAL, SG_DEBUG, "Adding subsystem " << name);
     get_group(group)->set_subsystem(name, subsystem, min_time_sec);
 
     if (_subsystem_map.find(name) != _subsystem_map.end()) {