From e148f38dc937c34b222ba8df8612b3fa2b6bc349 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 29 May 2022 11:23:29 +0300 Subject: modify formatting rules --- include/apos/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/debug.h') 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 -- cgit v1.3