Whamcloud - gitweb
- missing back slash caused flood of complains from portals_debug_msg()
authoralex <alex>
Sat, 6 Aug 2005 12:19:37 +0000 (12:19 +0000)
committeralex <alex>
Sat, 6 Aug 2005 12:19:37 +0000 (12:19 +0000)
lustre/lvfs/llog_lvfs.c

index a72b329..c67acce 100644 (file)
@@ -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);