From 6b0f7e85127735f0d727e189a3bdb3bd3ce085ae Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 9 Dec 2013 23:28:40 +0000 Subject: [PATCH] Quiet a message. --- simgear/structure/subsystem_mgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/structure/subsystem_mgr.cxx b/simgear/structure/subsystem_mgr.cxx index 05a07205..35d6c59d 100644 --- a/simgear/structure/subsystem_mgr.cxx +++ b/simgear/structure/subsystem_mgr.cxx @@ -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()) { -- 2.39.5