Commit ad781971 authored by David Teigland's avatar David Teigland Committed by Steven Whitehouse

GFS2: add missing newline

Log message is missing newline.
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent c2b0b30e
...@@ -1102,7 +1102,7 @@ static void gdlm_recover_slot(void *arg, struct dlm_slot *slot) ...@@ -1102,7 +1102,7 @@ static void gdlm_recover_slot(void *arg, struct dlm_slot *slot)
} }
if (ls->ls_recover_submit[jid]) { if (ls->ls_recover_submit[jid]) {
fs_info(sdp, "recover_slot jid %d gen %u prev %u", fs_info(sdp, "recover_slot jid %d gen %u prev %u\n",
jid, ls->ls_recover_block, ls->ls_recover_submit[jid]); jid, ls->ls_recover_block, ls->ls_recover_submit[jid]);
} }
ls->ls_recover_submit[jid] = ls->ls_recover_block; ls->ls_recover_submit[jid] = ls->ls_recover_block;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment