[CRIU] [crtools-bot for Cyrill Gorcunov ] util: Add missing \n into
BUG_ON_HANDLER
Cyrill Gorcunov
gorcunov at openvz.org
Tue Feb 28 10:13:47 EST 2012
The commit is pushed to "master" and will appear on git://github.com/cyrillos/crtools.git
------>
commit 5e3c0dc74284bf34ebc9dba85257088d4c79bc1c
Author: Cyrill Gorcunov <gorcunov at openvz.org>
Date: Fri Feb 24 18:26:32 2012 +0400
util: Add missing \n into BUG_ON_HANDLER
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
Acked-by: Pavel Emelyanov <xemul at parallels.com>
---
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)
More information about the CRIU
mailing list