use log_level to set level

This commit is contained in:
onyx-and-iris 2025-12-02 02:23:46 +00:00
parent fe969193f6
commit 6390f52420

View File

@ -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)