From e99decb0441cbf8fc1f33b254e510273a6095fd4 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 19 Jan 2005 02:27:09 -0500 Subject: [PATCH] Remove debugging printf from e2image -s's code. --- debian/changelog | 6 ++++++ misc/e2image.c | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index ed71c09..ce038fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +e2fsprogs (1.36rc3-2) unstable; urgency=low + + * Remove debugging printf's from e2image's -s code. + + -- Theodore Y. Ts'o Wed, 19 Jan 2005 02:25:53 -0500 + e2fsprogs (1.36rc3-1) unstable; urgency=low * New upstream release diff --git a/misc/e2image.c b/misc/e2image.c index cd71431..5bca6b5 100644 --- a/misc/e2image.c +++ b/misc/e2image.c @@ -223,8 +223,6 @@ static int process_dir_block(ext2_filsys fs EXT2FS_ATTR((unused)), p = (struct process_block_struct *) priv_data; - printf("block %d, ino %d, is_dir=%d\n", *block_nr, p->ino, p->is_dir); - ext2fs_mark_block_bitmap(meta_block_map, *block_nr); if (scramble_block_map && p->is_dir && blockcnt >= 0) ext2fs_mark_block_bitmap(scramble_block_map, *block_nr); @@ -345,8 +343,6 @@ static void scramble_dir_block(ext2_filsys fs, blk_t blk, char *buf) struct ext2_dir_entry_2 *dirent; int rec_len, id, len; - printf("Scrambling directory block %d\n", blk); - end = buf + fs->blocksize; for (p = buf; p < end-8; p += rec_len) { dirent = (struct ext2_dir_entry_2 *) p; -- 1.8.3.1