Fix dbg_print() format for unsigned long long.

Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian
Matthias Andree 2016-06-07 10:50:12 -04:00 committed by Theodore Ts'o
parent ded919125a
commit afaf6db69f
1 changed files with 1 additions and 1 deletions

View 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;