From 2f20530fd9fb78ea561c1df89a88fd41a28c1bf5 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 6 Aug 2005 12:19:37 +0000 Subject: [PATCH] - missing back slash caused flood of complains from portals_debug_msg() --- lustre/lvfs/llog_lvfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/lvfs/llog_lvfs.c b/lustre/lvfs/llog_lvfs.c index a72b329..c67acce 100644 --- a/lustre/lvfs/llog_lvfs.c +++ b/lustre/lvfs/llog_lvfs.c @@ -418,7 +418,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); curr_offset = LLOG_CHUNK_SIZE; llog_skip_over(&curr_offset, 0, prev_idx); -- 1.8.3.1