]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
log: add missing \ 3315/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Fri, 20 Mar 2020 15:00:36 +0000 (16:00 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 20 Mar 2020 15:00:36 +0000 (16:00 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/log.h

index 2b914fdea3da12e87c8c1b1ae2afaa987faa28b8..50eafe5d6bb35d0028b24aea0becc60ac3f4d1c1 100644 (file)
@@ -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