mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -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};
|
char dbglvlstr[20] = {0};
|
||||||
switch (g_dbglevel) {
|
switch (g_dbglevel) {
|
||||||
case DBG_NONE:
|
case DBG_NONE:
|
||||||
sprintf(dbglvlstr, "none");
|
sprintf(dbglvlstr, "off");
|
||||||
break;
|
break;
|
||||||
case DBG_ERROR:
|
case DBG_ERROR:
|
||||||
sprintf(dbglvlstr, "error");
|
sprintf(dbglvlstr, "error");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue