From: James Turner Date: Mon, 9 Dec 2013 23:28:40 +0000 (+0000) Subject: Quiet a message. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6b0f7e85127735f0d727e189a3bdb3bd3ce085ae;p=simgear.git Quiet a message. --- 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()) {