From: alex Date: Fri, 27 Feb 2009 06:47:28 +0000 (+0000) Subject: - remove needless CERROR() X-Git-Tag: GIT_EPOCH_B_HD_KDMU~2^4~144 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a6598a5734fc5a514c06386eb7da7d8b85304745;p=fs%2Flustre-release.git - remove needless CERROR() --- diff --git a/lustre/ofd/ofd_obd.c b/lustre/ofd/ofd_obd.c index a8edf8f..8c85fd7 100644 --- a/lustre/ofd/ofd_obd.c +++ b/lustre/ofd/ofd_obd.c @@ -844,7 +844,7 @@ static int filter_create(struct obd_export *exp, LASSERT(group >= FILTER_GROUP_MDS0); LASSERT(oa->o_valid & OBD_MD_FLGROUP); - CDEBUG(D_INFO|D_ERROR, "filter_create(oa->o_gr="LPU64",oa->o_id="LPU64")\n", + CDEBUG(D_INFO, "filter_create(oa->o_gr="LPU64",oa->o_id="LPU64")\n", group, oa->o_id); if ((oa->o_valid & OBD_MD_FLFLAGS) &&