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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user