From 988a230f836973b45052b3597dd07827dbe0b32f Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 10 Jul 2005 18:36:24 +0000 Subject: [PATCH] - minor debug level change to have only DEBUG_REQ with D_RPCTRACE --- lustre/mdc/mdc_locks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 1.8.3.1