[lxc-devel] [lxc/master] log: add missing \

brauner on Github lxc-bot at linuxcontainers.org
Fri Mar 20 15:01:53 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 364 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200320/aac42af9/attachment-0001.bin>
-------------- next part --------------
From 017c2940dee93da1c82d2e50da6437cbb918a19c Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
Date: Fri, 20 Mar 2020 16:00:36 +0100
Subject: [PATCH] log: add missing \

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
---
 src/lxc/log.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lxc/log.h b/src/lxc/log.h
index 2b914fdea3..50eafe5d6b 100644
--- a/src/lxc/log.h
+++ b/src/lxc/log.h
@@ -464,7 +464,7 @@ __lxc_unused static inline void LXC_##LEVEL(struct lxc_log_locinfo* locinfo,	\
 	do {                                                               \
 		lxc_log_strerror_r;                                        \
 		fprintf(stderr, "%s - %s: %d: %s: " format "\n", __FILE__, \
-			__LINE__, __func__, ##__VA_ARGS__);
+			__LINE__, __func__, ##__VA_ARGS__);                \
 	} while (0)
 #endif
 


More information about the lxc-devel mailing list