From dbf52e45b34823bdd186fe822c476bd336c9695d Mon Sep 17 00:00:00 2001 From: yury Date: Mon, 21 Jun 2004 11:07:25 +0000 Subject: [PATCH] CWARN() chnaged to CDEBUG in lmv_delete_object(). --- lustre/lmv/lmv_obd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/lmv/lmv_obd.c b/lustre/lmv/lmv_obd.c index 08c4479..3ab8962 100644 --- a/lustre/lmv/lmv_obd.c +++ b/lustre/lmv/lmv_obd.c @@ -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); -- 1.8.3.1