Whamcloud - gitweb
CWARN() chnaged to CDEBUG in lmv_delete_object().
authoryury <yury>
Mon, 21 Jun 2004 11:07:25 +0000 (11:07 +0000)
committeryury <yury>
Mon, 21 Jun 2004 11:07:25 +0000 (11:07 +0000)
lustre/lmv/lmv_obd.c

index 08c4479..3ab8962 100644 (file)
@@ -1288,9 +1288,9 @@ int lmv_delete_object(struct obd_export *exp, struct ll_fid *fid)
         ENTRY;
 
         if (!lmv_delete_obj(exp, fid)) {
-                CWARN("Object %lu/%lu/%lu is not found.\n",
-                      (unsigned long)fid->mds, (unsigned long)fid->id,
-                      (unsigned long)fid->generation);
+                CDEBUG(D_OTHER, "Object %lu/%lu/%lu is not found.\n",
+                       (unsigned long)fid->mds, (unsigned long)fid->id,
+                       (unsigned long)fid->generation);
         }
         
         RETURN(0);