From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Wed, 7 Nov 2007 09:06:06 -0600 Subject: [Cluster-devel] [PATCH] dlm: don't print common non-errors Message-ID: <20071107150606.GB352@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Change log_error() to log_debug() for conditions that can occur in large number in normal operation. Signed-off-by: David Teigland --- fs/dlm/lock.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c index 3915b8e..c21deba 100644 --- a/fs/dlm/lock.c +++ b/fs/dlm/lock.c @@ -4259,7 +4259,7 @@ int dlm_recover_master_copy(struct dlm_ls *ls, struct dlm_rcom *rc) put_rsb(r); out: if (error) - log_print("recover_master_copy %d %x", error, rl->rl_lkid); + log_debug(ls, "recover_master_copy %d %x", error, rl->rl_lkid); rl->rl_result = error; return error; } -- 1.5.2.1