From 2caa0f9f18dd8c76ff41dedc616f4c56b87920a4 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 13 Mar 2009 16:01:23 +0000 Subject: [PATCH] Branch b1_8 Add newline 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 d463183..d26d8df 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