From: alex Date: Sat, 6 Aug 2005 12:19:37 +0000 (+0000) Subject: - missing back slash caused flood of complains from portals_debug_msg() X-Git-Tag: v1_7_100~980 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2f20530fd9fb78ea561c1df89a88fd41a28c1bf5;p=fs%2Flustre-release.git - missing back slash caused flood of complains from portals_debug_msg() --- 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);