summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/block.c b/common/block.c
index 5983171635..71ecfd5ab7 100644
--- a/common/block.c
+++ b/common/block.c
@@ -136,7 +136,7 @@ static int block_cache(struct block_device *blk, int block)
chunk = get_chunk(blk);
chunk->block_start = block & ~blk->blkmask;
- debug("%s: %d to %d %s\n", __func__, chunk->block_start,
+ debug("%s: %d to %d\n", __func__, chunk->block_start,
chunk->num);
num_blocks = min(blk->rdbufsize, blk->num_blocks - chunk->block_start);