Skip to content
Snippets Groups Projects
Commit 209ef6ee authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

DBG:be specific to 66-info

parent 86b7696d
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ static char OWNERSTR[UID_FMT] ;
static int force_color = 0 ;
#define MAXSIZE 4096
#define DBG(...) bprintf(buffer_1, __VA_ARGS__) ;\
#define DBG_INFO(...) bprintf(buffer_1, __VA_ARGS__) ;\
buffer_putflush(buffer_1,"\n",1) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment