From e29adf8cbb107e6897d737c90e4cd95d8d6f2df5 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 13 Mar 2009 15:59:25 +0000 Subject: [PATCH] Branch HEAD Add trailing linefeed to debug message. i=18796 --- lustre/ptlrpc/llog_client.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lustre/ptlrpc/llog_client.c b/lustre/ptlrpc/llog_client.c index e884f15..2dfd086 100644 --- a/lustre/ptlrpc/llog_client.c +++ b/lustre/ptlrpc/llog_client.c @@ -57,7 +57,7 @@ #include #include -#define LLOG_CLIENT_ENTRY(ctxt, imp) do { \ +#define LLOG_CLIENT_ENTRY(ctxt, imp) do { \ mutex_down(&ctxt->loc_sem); \ if (ctxt->loc_imp) { \ imp = class_import_get(ctxt->loc_imp); \ @@ -73,13 +73,13 @@ mutex_up(&ctxt->loc_sem); \ } while(0) -#define LLOG_CLIENT_EXIT(ctxt, imp) do { \ - mutex_down(&ctxt->loc_sem); \ - if (ctxt->loc_imp != imp) \ - CWARN("loc_imp has changed from %p to %p", \ - ctxt->loc_imp, imp); \ - class_import_put(imp); \ - mutex_up(&ctxt->loc_sem); \ +#define LLOG_CLIENT_EXIT(ctxt, imp) do { \ + mutex_down(&ctxt->loc_sem); \ + if (ctxt->loc_imp != imp) \ + CWARN("loc_imp has changed from %p to %p\n", \ + ctxt->loc_imp, imp); \ + class_import_put(imp); \ + mutex_up(&ctxt->loc_sem); \ } while(0) /* This is a callback from the llog_* functions. -- 1.8.3.1