X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=debugfs%2Fhtree.c;fp=debugfs%2Fhtree.c;h=29ddf9c5639977a965b1f9ed2aedcf279a686fee;hb=e6575ce308da5218c271b9bb034aa73b5da834bf;hp=05745eb3b4b7d33fdfe8c04ffae19433cbc581a1;hpb=dd0c9a3c9cfdd250bfac283da05fd8920c823977;p=tools%2Fe2fsprogs.git diff --git a/debugfs/htree.c b/debugfs/htree.c index 05745eb..29ddf9c 100644 --- a/debugfs/htree.c +++ b/debugfs/htree.c @@ -52,7 +52,7 @@ static void htree_dump_leaf_node(ext2_filsys fs, ext2_ino_t ino, return; } - printf("Reading directory block %llu, phys %llu\n", blk, pblk); + fprintf(pager, "Reading directory block %llu, phys %llu\n", blk, pblk); errcode = ext2fs_read_dir_block2(current_fs, pblk, buf, 0); if (errcode) { com_err("htree_dump_leaf_node", errcode,