Whamcloud - gitweb
- replace CWARN with CDEBUG
authoryury <yury>
Mon, 22 Dec 2008 08:30:43 +0000 (08:30 +0000)
committeryury <yury>
Mon, 22 Dec 2008 08:30:43 +0000 (08:30 +0000)
lustre/ptlrpc/import.c

index 3c05822..3b22441 100644 (file)
@@ -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;