mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
more intuitive text
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user