bug fixes,more log

This commit is contained in:
wangyu
2017-07-30 13:39:18 +08:00
committed by wangyu
parent b485efc4c3
commit e822e244b0
3 changed files with 87 additions and 60 deletions

View File

@@ -35,8 +35,8 @@ void log0(const char * file,const char * function,int line,int level,const char*
printf(RESET);
//printf("\n");
if(enable_log_color)
printf(log_color[level]);
//if(enable_log_color)
//printf(log_color[level]);
fflush(stdout);
}