Commit 11b2498b authored by David Teigland's avatar David Teigland

dlm: don't print common non-errors

Change log_error() to log_debug() for conditions that can occur in
large number in normal operation.
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent e028398d
......@@ -4258,7 +4258,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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment