mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-10-14 09:55:33 +08:00
fixe log color bug
This commit is contained in:
2
log.h
2
log.h
@@ -76,7 +76,7 @@ const int log_trace=6;
|
||||
const int log_end=7;
|
||||
|
||||
const char log_text[][20]={"NEVER","FATAL","ERROR","WARN","INFO","DEBUG","TRACE",""};
|
||||
const char log_color[][20]={RED,RED,RED,YEL,GRN,BLU,""};
|
||||
const char log_color[][20]={RED,RED,RED,YEL,GRN,MAG,""};
|
||||
|
||||
extern int log_level;
|
||||
extern int enable_log_position;
|
||||
|
Reference in New Issue
Block a user