OSDN Git Service

e2image: write progress information to stderr
authorTheodore Ts'o <tytso@mit.edu>
Fri, 27 Dec 2013 06:04:32 +0000 (01:04 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 27 Dec 2013 06:04:32 +0000 (01:04 -0500)
commitc8ee0d60fd23a47f96253d7e575f1a9cf7e98577
tree1a9ba847d567b25b92ccdfbfee2d81dec96bcd84
parent212c99488343cbc52fab3368f72853a5a3ff2e8a
e2image: write progress information to stderr

This allows "e2image -rp /dev/sdc1 - | bzip2 > sdc1.img.bz2" to work
correctly, so the progress information doesn't corrupt the image being
sent to stdout.

Also add a diagnostic indicating that the -p option is currently only
implemented for raw mode.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/e2image.c