]> wimlib.net Git - wimlib/blobdiff - src/util.c
Fix when debugging enabled but error messages are not
[wimlib] / src / util.c
index c0244ba2f2a5a90d83a7fbcab51f19f84ae5536b..0c00b2a6793e06cc27db70901bb228db59661e3f 100644 (file)
@@ -213,7 +213,7 @@ wimlib_warning_with_errno(const char *format, ...)
 
 #endif
 
-#ifdef ENABLE_DEBUG
+#if defined(ENABLE_DEBUG) || defined(ENABLE_MORE_DEBUG)
 void wimlib_debug(const char *file, int line, const char *func,
                  const char *format, ...)
 {