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

index f388d64..7e0315a 100644 (file)
@@ -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 =