mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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: David Teigland <teigland@redhat.com>
This commit is contained in:
parent
e028398da7
commit
11b2498ba7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user