Whamcloud - gitweb
Fix dbg_print() format for unsigned long long.
authorMatthias Andree <matthias.andree@gmx.de>
Tue, 7 Jun 2016 14:50:12 +0000 (10:50 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 7 Jun 2016 14:50:12 +0000 (10:50 -0400)
Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/undo_io.c

index a0f16e4..f921218 100644 (file)
@@ -419,7 +419,7 @@ static errcode_t undo_write_tdb(io_channel channel,
                        block_num++;
                        continue;
                }
-               dbg_printf("Read %llu bytes from FS block %llu (blk=%llu cnt=%u)\n",
+               dbg_printf("Read %llu bytes from FS block %llu (blk=%llu cnt=%llu)\n",
                       data_size, backing_blk_num, block, data->tdb_data_size);
                if ((data_size % data->undo_file->block_size) == 0)
                        sz = data_size / data->undo_file->block_size;