From 4097b69fe83a7ed6b5d79ddbe076567b580658d3 Mon Sep 17 00:00:00 2001 From: nathan <nathan> Date: Tue, 3 Jul 2007 21:52:17 +0000 Subject: [PATCH] fix format --- lustre/obdclass/llog_lvfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/llog_lvfs.c b/lustre/obdclass/llog_lvfs.c index 2899eb0bde..5e6200d67c 100644 --- a/lustre/obdclass/llog_lvfs.c +++ b/lustre/obdclass/llog_lvfs.c @@ -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); -- GitLab