Skip to content

Commit 6dd324f

Browse files
committed
androidfde2john.py: Write warning to stderr, not stdout
1 parent 9ba1e87 commit 6dd324f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/androidfde2john.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def parse_footer(data):
185185

186186

187187
def note():
188-
print("Note: This script only works for old Android <= 4.3 disk images and only aes256/cbc-essiv:sha256 images are supported!")
188+
sys.stderr.write("Note: This script only works for old Android <= 4.3 disk images and only aes256/cbc-essiv:sha256 images are supported!\n")
189189

190190

191191
def main(args):

0 commit comments

Comments
 (0)