Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Tue, 28 Jun 2005 08:46:46 +0000 (08:46 +0000)
committeradilger <adilger>
Tue, 28 Jun 2005 08:46:46 +0000 (08:46 +0000)
Quiet __class_detach() message.
r=jacob

lustre/obdclass/obd_config.c

index a012b65..40f8d0d 100644 (file)
@@ -217,7 +217,7 @@ static int __class_detach(struct obd_device *obd)
         int err = 0;
         ENTRY;
 
-        CDEBUG(D_CONFIG | D_WARNING, "destroying obd %d (%s)\n",
+        CDEBUG(D_CONFIG, "destroying obd %d (%s)\n",
                obd->obd_minor, obd->obd_name);
 
         if (OBP(obd, detach))