Whamcloud - gitweb
fix format
authornathan <nathan>
Tue, 3 Jul 2007 21:52:17 +0000 (21:52 +0000)
committernathan <nathan>
Tue, 3 Jul 2007 21:52:17 +0000 (21:52 +0000)
lustre/obdclass/llog_lvfs.c

index 2899eb0..5e6200d 100644 (file)
@@ -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);