mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2025-12-13 18:17:51 +00:00
use log_level to set level
This commit is contained in:
parent
fe969193f6
commit
6390f52420
@ -89,7 +89,7 @@ int main(int argc, char *argv[])
|
||||
usage();
|
||||
}
|
||||
|
||||
log_set_level(LOG_WARN);
|
||||
log_set_level(log_level);
|
||||
|
||||
opterr = 0;
|
||||
while ((opt = getopt(argc, argv, OPTSTR)) != -1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user