diff options
Diffstat (limited to 'fs/ocfs2/dlm/dlmunlock.c')
-rw-r--r-- | fs/ocfs2/dlm/dlmunlock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmunlock.c b/fs/ocfs2/dlm/dlmunlock.c index 49e29ecd0201..2c1f306f8fa5 100644 --- a/fs/ocfs2/dlm/dlmunlock.c +++ b/fs/ocfs2/dlm/dlmunlock.c | |||
@@ -355,7 +355,8 @@ static enum dlm_status dlm_send_remote_unlock_request(struct dlm_ctxt *dlm, | |||
355 | mlog(0, "master was in-progress. retry\n"); | 355 | mlog(0, "master was in-progress. retry\n"); |
356 | ret = status; | 356 | ret = status; |
357 | } else { | 357 | } else { |
358 | mlog_errno(tmpret); | 358 | mlog(ML_ERROR, "Error %d when sending message %u (key 0x%x) to " |
359 | "node %u\n", tmpret, DLM_UNLOCK_LOCK_MSG, dlm->key, owner); | ||
359 | if (dlm_is_host_down(tmpret)) { | 360 | if (dlm_is_host_down(tmpret)) { |
360 | /* NOTE: this seems strange, but it is what we want. | 361 | /* NOTE: this seems strange, but it is what we want. |
361 | * when the master goes down during a cancel or | 362 | * when the master goes down during a cancel or |