From: anserper Date: Fri, 22 Feb 2008 21:11:09 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_7_0_51~214 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=d6595d3a598ec9a31ce542344e3c21c638cbf334;p=fs%2Flustre-release.git Branch HEAD b=14899 i=adilger --- diff --git a/lustre/ptlrpc/pack_generic.c b/lustre/ptlrpc/pack_generic.c index d108815..da2f5e0 100644 --- a/lustre/ptlrpc/pack_generic.c +++ b/lustre/ptlrpc/pack_generic.c @@ -792,7 +792,7 @@ static inline int lustre_unpack_ptlrpc_body_v2(struct lustre_msg_v2 *m, pb = lustre_msg_buf_v2(m, offset, sizeof(*pb)); if (!pb) { - CERROR("error unpacking ptlrpc body"); + CERROR("error unpacking ptlrpc body\n"); return -EFAULT; } if (lustre_msg_swabbed(m))