chg: WARNING, wrong prefix
This commit is contained in:
@@ -72,7 +72,7 @@ void PrintAndLogEx(logLevel_t level, char *fmt, ...) {
|
|||||||
strncpy(prefix,_GREEN_([+] ), sizeof(prefix)-1);
|
strncpy(prefix,_GREEN_([+] ), sizeof(prefix)-1);
|
||||||
break;
|
break;
|
||||||
case WARNING:
|
case WARNING:
|
||||||
strncpy(prefix,_CYAN_([+] ), sizeof(prefix)-1);
|
strncpy(prefix,_CYAN_([!] ), sizeof(prefix)-1);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
strncpy(prefix, prefixes[level], sizeof(prefix)-1);
|
strncpy(prefix, prefixes[level], sizeof(prefix)-1);
|
||||||
|
|||||||
Reference in New Issue
Block a user