aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/log.h b/src/log.h
index 0fb69ac7a..e0adf80fa 100644
--- a/src/log.h
+++ b/src/log.h
@@ -29,15 +29,10 @@
#define LOG_LEVEL_SECURE 1
#define LOG_LEVEL_DEBUG 2
-#ifndef NDEBUG
- mpd_printf void DEBUG(const char *fmt, ...);
-#else
- static inline void DEBUG(const char *fmt, ...) { }
-#endif
-
mpd_printf void ERROR(const char *fmt, ...);
mpd_printf void LOG(const char *fmt, ...);
mpd_printf void SECURE(const char *fmt, ...);
+mpd_printf void DEBUG(const char *fmt, ...);
mpd_printf void WARNING(const char *fmt, ...);
mpd_printf void FATAL(const char *fmt, ...);