summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libufs/libufs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libufs/libufs.h b/lib/libufs/libufs.h
index e0c7ece..c2f11a9 100644
--- a/lib/libufs/libufs.h
+++ b/lib/libufs/libufs.h
@@ -50,7 +50,7 @@ do { \
(uufsd)->d_error = str; \
} while (0)
#else /* _LIBUFS_DEBUGGING */
-#define DEBUG(uufsd, str) \
+#define ERROR(uufsd, str) \
do { \
if ((uufsd) != NULL) \
(uufsd)->d_error = str; \
OpenPOWER on IntegriCloud