Whamcloud - gitweb
LU-1095 debug: Quiet/cleanup various common console messages
[fs/lustre-release.git] / lustre / mgc / mgc_request.c
index 7c1e087..0c2f107 100644 (file)
@@ -1158,12 +1158,12 @@ static int mgc_import_event(struct obd_device *obd,
                 ldlm_namespace_cleanup(ns, LDLM_FL_LOCAL_ONLY);
                 break;
         }
-        case IMP_EVENT_ACTIVE:
-                LCONSOLE_WARN("%s: Reactivating import\n", obd->obd_name);
-                /* Clearing obd_no_recov allows us to continue pinging */
-                obd->obd_no_recov = 0;
-                mgc_notify_active(obd);
-                break;
+       case IMP_EVENT_ACTIVE:
+               CDEBUG(D_INFO, "%s: Reactivating import\n", obd->obd_name);
+               /* Clearing obd_no_recov allows us to continue pinging */
+               obd->obd_no_recov = 0;
+               mgc_notify_active(obd);
+               break;
         case IMP_EVENT_OCD:
                 break;
         case IMP_EVENT_DEACTIVATE: