From: yury Date: Mon, 22 Dec 2008 08:32:14 +0000 (+0000) Subject: - replace CWARN with CDEBUG X-Git-Tag: GIT_EPOCH_B1_6~2^5~286 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=ccea1ff8d4e71a6ce7a9a06451ea2f459048607b;p=fs%2Flustre-release.git - replace CWARN with CDEBUG --- 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 =