summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 5cd456b..ca46c20 100644
--- a/globals.h
+++ b/globals.h
@@ -10,7 +10,7 @@
#define DEBUG_ON - uncomment this to have debug messages
#ifdef DEBUG_ON
-#define g_print_debug(...) g_print(__VA_ARGS__)
+#define g_print_debug(...) g_print("%ld - ", sec_timer()); g_print(__VA_ARGS__)
#else
#define g_print_debug(...) {}
#endif