Skip to content

Commit

Permalink
Merge pull request #735 from openziti/fix-set_log_level-command-symbolic
Browse files Browse the repository at this point in the history
clarify log level usage hint
  • Loading branch information
qrkourier committed Sep 20, 2023
2 parents 2799dbb + 4d60176 commit 7c63451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/ziti-edge-tunnel/ziti-edge-tunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -2684,7 +2684,7 @@ static int set_log_level_opts(int argc, char *argv[]) {
}

if (log_level_options.loglevel == NULL) {
fprintf(stderr, "level option(-l|--loglevel) is not specified\n");
fprintf(stderr, "symbolic level option(-l|--loglevel) is not specified, e.g., INFO, DEBUG\n");
errors++;
}

Expand Down

0 comments on commit 7c63451

Please sign in to comment.