summaryrefslogtreecommitdiff
path: root/src/glamo-log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glamo-log.h')
-rw-r--r--src/glamo-log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glamo-log.h b/src/glamo-log.h
index 70bbf1d..c51b51e 100644
--- a/src/glamo-log.h
+++ b/src/glamo-log.h
@@ -36,8 +36,8 @@
#ifdef NDEBUG
/*we are not in debug mode*/
-#define GLAMO_LOG
-#define GLAMO_LOG_ERROR
+#define GLAMO_LOG(...) do {} while(0)
+#define GLAMO_LOG_ERROR(...) do {} while(0)
#else /*NDEBUG*/
#define ERROR_LOG_LEVEL 3