commit | be5ce275259e6216b618d3900786b365669a0b42 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Thu Apr 14 22:20:46 2016 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Apr 15 10:59:02 2016 -0400 |
tree | 71f0919e60513050d97d8c51122fdf7b62ad723e | |
parent | 8ef71d873c6c96bbe868efe0e351020763edb2b6 [diff] |
e2image: don't leak progress info to stdout Commit c8ee0d60 fixed most of these, but missed this one. # e2image -r -p <device> - > imagefile leads to a corrupted image due to the "Scanning inodes..." printf going to stdout. Reported-by: Alex Markley <alex@malexmedia.net> Addresses-Red-Hat-Bugzilla: #1327329 Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>