summaryrefslogtreecommitdiffhomepage
path: root/src/opt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt.rs')
-rw-r--r--src/opt.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opt.rs b/src/opt.rs
index 287f1d7..15599d4 100644
--- a/src/opt.rs
+++ b/src/opt.rs
@@ -142,6 +142,7 @@ fn parse_args_1() -> Result<()> {
}
}
+ // OPT_LOG_LEVEL MUST initialized first
set_opt("OPT_LOG_LEVEL", &OPT_LOG_LEVEL, log_level)?;
set_opt("OPT_NO_SPLASH", &OPT_NO_SPLASH, no_splash)?;