mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
more intuitive text
This commit is contained in:
parent
875b1a0aed
commit
834c182d63
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ static void print_debug_level(void) {
|
|||
char dbglvlstr[20] = {0};
|
||||
switch (g_dbglevel) {
|
||||
case DBG_NONE:
|
||||
sprintf(dbglvlstr, "none");
|
||||
sprintf(dbglvlstr, "off");
|
||||
break;
|
||||
case DBG_ERROR:
|
||||
sprintf(dbglvlstr, "error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue