[CRIU] [PATCH 04/10] util: Add missing \n into BUG_ON_HANDLER
Cyrill Gorcunov
gorcunov at openvz.org
Fri Feb 24 18:24:25 EST 2012
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
include/util.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/util.h b/include/util.h
index b499ede..18fc61a 100644
--- a/include/util.h
+++ b/include/util.h
@@ -49,7 +49,7 @@
# define BUG_ON_HANDLER(condition) \
do { \
if ((condition)) { \
- pr_err("BUG at %s:%d", __FILE__, __LINE__); \
+ pr_err("BUG at %s:%d\n", __FILE__, __LINE__); \
raise(SIGABRT); \
} \
} while (0)
--
1.7.7.6
More information about the CRIU
mailing list