testcode/lib/tinyshell.c: fix error message
This commit is contained in:
parent
8edc2ad366
commit
f39cb2fb73
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ static void cmd_verbose(void)
|
|||
|
||||
verb = strtoul(arg1, &endptr, 10);
|
||||
if (verb > 255 || *endptr) {
|
||||
printf("invalid verbosity level 0x%x\n", *endptr);
|
||||
puts("invalid verbosity level");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue