diff options
Diffstat (limited to 'fs/ocfs2/dlm/dlmrecovery.c')
-rw-r--r-- | fs/ocfs2/dlm/dlmrecovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c index 08336aec13d8..f0549e9f0024 100644 --- a/fs/ocfs2/dlm/dlmrecovery.c +++ b/fs/ocfs2/dlm/dlmrecovery.c | |||
@@ -410,7 +410,7 @@ static int dlm_in_recovery(struct dlm_ctxt *dlm) | |||
410 | void dlm_wait_for_recovery(struct dlm_ctxt *dlm) | 410 | void dlm_wait_for_recovery(struct dlm_ctxt *dlm) |
411 | { | 411 | { |
412 | if (dlm_in_recovery(dlm)) { | 412 | if (dlm_in_recovery(dlm)) { |
413 | mlog(ML_NOTICE, "%s: reco thread %d in recovery: " | 413 | mlog(0, "%s: reco thread %d in recovery: " |
414 | "state=%d, master=%u, dead=%u\n", | 414 | "state=%d, master=%u, dead=%u\n", |
415 | dlm->name, dlm->dlm_reco_thread_task->pid, | 415 | dlm->name, dlm->dlm_reco_thread_task->pid, |
416 | dlm->reco.state, dlm->reco.new_master, | 416 | dlm->reco.state, dlm->reco.new_master, |