1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Move logging to debug level

This commit is contained in:
nordsoft
2022-12-22 02:08:26 +04:00
parent e245dbaf9d
commit cb76cc54ac

View File

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