chg, swapped prefix for HINT
This commit is contained in:
@@ -207,6 +207,8 @@ void PrintAndLogEx(logLevel_t level, const char *fmt, ...) {
|
|||||||
strncpy(prefix, _BLUE_("[#] "), sizeof(prefix) - 1);
|
strncpy(prefix, _BLUE_("[#] "), sizeof(prefix) - 1);
|
||||||
break;
|
break;
|
||||||
case HINT:
|
case HINT:
|
||||||
|
strncpy(prefix, _YELLOW_("[?] "), sizeof(prefix) - 1);
|
||||||
|
break;
|
||||||
case SUCCESS:
|
case SUCCESS:
|
||||||
strncpy(prefix, _GREEN_("[+] "), sizeof(prefix) - 1);
|
strncpy(prefix, _GREEN_("[+] "), sizeof(prefix) - 1);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user