Skip to content

Commit e9a22f7

Browse files
committed
Remove annoying message from log level.
1 parent 269f9d0 commit e9a22f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/metacall/source/metacall.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ int metacall_initialize(void)
212212
}
213213
else
214214
{
215-
log_write("metacall", LOG_LEVEL_INFO, "Set MetaCall log level to %s", level_str);
215+
log_write("metacall", LOG_LEVEL_DEBUG, "Set MetaCall log level to %s", level_str);
216216
}
217217
}
218218
}

0 commit comments

Comments
 (0)