浏览代码

Move logging to debug level

nordsoft 2 年之前
父节点
当前提交
cb76cc54ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/gui/InterfaceObjectConfigurable.cpp

+ 1 - 1
client/gui/InterfaceObjectConfigurable.cpp

@@ -60,7 +60,7 @@ void InterfaceObjectConfigurable::addCallback(const std::string & callbackName,
 void InterfaceObjectConfigurable::init(const JsonNode &config)
 {
 	OBJ_CONSTRUCTION;
-	logGlobal->info("Building configurable interface object");
+	logGlobal->debug("Building configurable interface object");
 	for(auto & item : config["variables"].Struct())
 	{
 		logGlobal->debug("Read variable named %s", item.first);