Skip to content

Commit 81ff65b

Browse files
committed
meh
1 parent 908ce60 commit 81ff65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

di-opt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include <sys/time.h>
1212

13-
#define DDEBUG 0
13+
#define DDEBUG 1
1414
#define LOG(fmt, ...) \
1515
do { if (DDEBUG) fprintf(stderr, "[%s:%d:%s]: " fmt, __FILE__, \
1616
__LINE__, __func__, ##__VA_ARGS__); } while (0)

0 commit comments

Comments
 (0)