chg, swapped prefix for HINT

This commit is contained in:
iceman1001
2020-05-27 10:19:45 +02:00
parent a8c3859ed1
commit fa2e952dc9

View File

@@ -207,6 +207,8 @@ void PrintAndLogEx(logLevel_t level, const char *fmt, ...) {
strncpy(prefix, _BLUE_("[#] "), sizeof(prefix) - 1);
break;
case HINT:
strncpy(prefix, _YELLOW_("[?] "), sizeof(prefix) - 1);
break;
case SUCCESS:
strncpy(prefix, _GREEN_("[+] "), sizeof(prefix) - 1);
break;