[CRIU] [PATCH 02/11] protobuf: remove carriage return from unknown
 object print
    Kinsbursky Stanislav 
    skinsbursky at openvz.org
       
    Tue Jul 31 10:39:17 EDT 2012
    
    
  
Signed-off-by: Stanislav Kinsbursky <skinsbursky at openvz.org>
---
 protobuf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/protobuf.c b/protobuf.c
index 4622fee..68514ab 100644
--- a/protobuf.c
+++ b/protobuf.c
@@ -46,7 +46,7 @@ static void pb_msg_string(void *obj, pb_pr_ctl_t *ctl)
 
 static void pb_msg_unk(void *obj, pb_pr_ctl_t *ctl)
 {
-	pr_msg("unknown object %p\n", obj);
+	pr_msg("unknown object %p", obj);
 }
 
 static inline void print_tabs(pb_pr_ctl_t *ctl)
    
    
More information about the CRIU
mailing list