summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 00:53:59 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 00:53:59 +0900
commit82db18314efe170471f1675d40fbf1416fbb95e8 (patch)
treefa6c44d7281ed08f3745d548bde2bf3a68b9719c /globals.h
parentdfed10ba9ceb7380948ce2d966fac5f267097e5f (diff)
+/- button not working as expected first press after turn-on, fixed. Better debugging messages.
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