aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/member.c
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2006-08-08 17:08:42 -0500
committerSteven Whitehouse <swhiteho@redhat.com>2006-08-09 09:46:38 -0400
commitfaa0f2677287a2e7ae796db8b73618ec43715e94 (patch)
treeed3d0477991710785b7c0adc9db26009d1614bfd /fs/dlm/member.c
parent06442440bc442ef79cb060c6e786eaeeabd9044b (diff)
downloadlinux-faa0f2677287a2e7ae796db8b73618ec43715e94.tar.gz
[DLM] show nodeid for recovery message
To aid debugging, it's useful to be able to see what nodeid the dlm is waiting on for a message reply. Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/dlm/member.c')
-rw-r--r--fs/dlm/member.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/dlm/member.c b/fs/dlm/member.c
index ebb33c30f0f35..a3f7de7f3a8f9 100644
--- a/fs/dlm/member.c
+++ b/fs/dlm/member.c
@@ -176,7 +176,8 @@ static int ping_members(struct dlm_ls *ls)
break;
}
if (error)
- log_debug(ls, "ping_members aborted %d", error);
+ log_debug(ls, "ping_members aborted %d last nodeid %d",
+ error, ls->ls_recover_nodeid);
return error;
}