mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-08-28 03:14:03 -05:00
util/log: Add TODO pointing out design flaw
This commit is contained in:
@@ -59,6 +59,7 @@ static void log_builtin_format(
|
||||
result = str_format(
|
||||
line, sizeof(line), "%c:%s: %s\n", chars[msg_level], module, msg);
|
||||
|
||||
// TODO move this up because there is no reason to format and do all the above if disabled
|
||||
if (msg_level <= log_level) {
|
||||
log_writer(log_writer_ctx, line, result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user