Skip to content
Snippets Groups Projects
Commit 4097b69f authored by Nathan Rutman's avatar Nathan Rutman
Browse files

fix format

parent 4c494c1f
No related branches found
No related tags found
No related merge requests found
......@@ -479,7 +479,7 @@ static int llog_lvfs_prev_block(struct llog_handle *loghandle,
if (len == 0 || len & (LLOG_CHUNK_SIZE - 1))
RETURN(-EINVAL);
CDEBUG(D_OTHER, "looking for log index %u n", prev_idx);
CDEBUG(D_OTHER, "looking for log index %u\n", prev_idx);
cur_offset = LLOG_CHUNK_SIZE;
llog_skip_over(&cur_offset, 0, prev_idx);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment