aboutsummaryrefslogtreecommitdiff
path: root/include/apos/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/debug.h')
-rw-r--r--include/apos/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/debug.h b/include/apos/debug.h
index cb46ba7..5935f60 100644
--- a/include/apos/debug.h
+++ b/include/apos/debug.h
@@ -390,7 +390,7 @@ void setup_io_dbg(struct vmem *vmem);
*
* @param fmt Message, integer subset of regular printf.
*/
-#define error(fmt, ...) \
+#define error(fmt, ...) \
dbg(COMMON_FORMAT fmt, COMMON_ARGS("ERROR"),##__VA_ARGS__)
#else