aboutsummaryrefslogtreecommitdiffstats
path: root/src/initlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/initlog.h')
-rw-r--r--src/initlog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/initlog.h b/src/initlog.h
index 20f64d1d..94f467bf 100644
--- a/src/initlog.h
+++ b/src/initlog.h
@@ -15,4 +15,6 @@ char *getLine(char **data);
int logString(char *cmd, char *string);
int processArgs(int argc, char **argv, int silent);
+#define DDEBUG if (debug) printf
+
#endif