From ccea1ff8d4e71a6ce7a9a06451ea2f459048607b Mon Sep 17 00:00:00 2001 From: yury Date: Mon, 22 Dec 2008 08:32:14 +0000 Subject: [PATCH] - replace CWARN with CDEBUG --- lustre/ptlrpc/import.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/ptlrpc/import.c b/lustre/ptlrpc/import.c index f388d64..7e0315a 100644 --- a/lustre/ptlrpc/import.c +++ b/lustre/ptlrpc/import.c @@ -1023,8 +1023,8 @@ finish: * disable lru_resize, etc. */ if (old_connect_flags != exp->exp_connect_flags || aa->pcaa_initial_connect) { - CWARN("Reseting ns_connect_flags to server flags: "LPU64"\n", - ocd->ocd_connect_flags); + CDEBUG(D_HA, "Reseting ns_connect_flags to server flags: " + LPU64"\n", ocd->ocd_connect_flags); imp->imp_obd->obd_namespace->ns_connect_flags = ocd->ocd_connect_flags; imp->imp_obd->obd_namespace->ns_orig_connect_flags = -- 1.8.3.1