From: alex Date: Sun, 10 Jul 2005 18:36:24 +0000 (+0000) Subject: - minor debug level change to have only DEBUG_REQ with D_RPCTRACE X-Git-Tag: 1.4.10~907 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=988a230f836973b45052b3597dd07827dbe0b32f;p=fs%2Flustre-release.git - minor debug level change to have only DEBUG_REQ with D_RPCTRACE --- diff --git a/lustre/mdc/mdc_locks.c b/lustre/mdc/mdc_locks.c index 91101fd..009df55 100644 --- a/lustre/mdc/mdc_locks.c +++ b/lustre/mdc/mdc_locks.c @@ -390,7 +390,7 @@ int mdc_enqueue(struct obd_export *exp, if (LUSTRE_IT(it)->it_status < 0 && req->rq_replay) mdc_clear_replay_flag(req, LUSTRE_IT(it)->it_status); - DEBUG_REQ(D_RPCTRACE, req, "disposition: %x, status: %d", + DEBUG_REQ(D_DLMTRACE, req, "disposition: %x, status: %d", LUSTRE_IT(it)->it_disposition, LUSTRE_IT(it)->it_status); /* We know what to expect, so we do any byte flipping required here */