From 6e181506b8fac3e99029ffc354dbfb7290f78b7f Mon Sep 17 00:00:00 2001 From: yury Date: Mon, 22 Dec 2008 08:30:43 +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 3c05822..3b22441 100644 --- a/lustre/ptlrpc/import.c +++ b/lustre/ptlrpc/import.c @@ -1056,8 +1056,8 @@ finish: * disable lru_resize, etc. */ if (old_connect_flags != exp->exp_connect_flags || aa->pcaa_initial_connect) { - CWARN("%s: Resetting ns_connect_flags to server flags: " - LPX64"\n", imp->imp_obd->obd_name, + CDEBUG(D_HA, "%s: Resetting ns_connect_flags to server " + "flags: "LPX64"\n", imp->imp_obd->obd_name, ocd->ocd_connect_flags); imp->imp_obd->obd_namespace->ns_connect_flags = ocd->ocd_connect_flags; -- 1.8.3.1