mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 22:40:18 +00:00
Allow verbosity increase with -V
+ small updates
This commit is contained in:
@@ -189,7 +189,7 @@ struct init_data *common_preinit(int argc, char *argv[], const char *log_opt)
|
||||
uv_argc = argc;
|
||||
uv_argv = argv;
|
||||
|
||||
if (!set_log_level(log_opt, &logger_repeat_msgs)) {
|
||||
if (log_opt != nullptr && !set_log_level(log_opt, &logger_repeat_msgs)) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user