Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87119
b: refs/heads/master
c: 535f702
h: refs/heads/master
i:
  87117: d687388
  87115: 39042f9
  87111: e6c9e57
  87103: 44e324d
v: v3
  • Loading branch information
Sunil Mushran authored and Mark Fasheh committed Mar 10, 2008
1 parent 6b951eb commit 06338ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b31cfc0237f89c3a8bc8f31b5da996e71b543214
refs/heads/master: 535f7026fddafce6d0a0524db01a432c23a0a7b4
6 changes: 3 additions & 3 deletions trunk/fs/ocfs2/dlm/dlmrecovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,9 @@ static int dlm_do_recovery(struct dlm_ctxt *dlm)
return 0;

master_here:
mlog(0, "(%d) mastering recovery of %s:%u here(this=%u)!\n",
task_pid_nr(dlm->dlm_reco_thread_task),
dlm->name, dlm->reco.dead_node, dlm->node_num);
mlog(ML_NOTICE, "(%d) Node %u is the Recovery Master for the Dead Node "
"%u for Domain %s\n", task_pid_nr(dlm->dlm_reco_thread_task),
dlm->node_num, dlm->reco.dead_node, dlm->name);

status = dlm_remaster_locks(dlm, dlm->reco.dead_node);
if (status < 0) {
Expand Down

0 comments on commit 06338ca

Please sign in to comment.