Skip to content

Commit 7e89261

Browse files
committed
always print adb version (helps with bug reports)
1 parent cc1e80a commit 7e89261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tetherback/tetherback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
print("WARNING: exec-out pipe (--exec-out) probably won't work with ADB version < 1.0.32 (you have %s)" % adbversions, file=stderr)
6666
elif sys.platform!='linux2' and args.transport==adbxp.pipe_bin:
6767
print("WARNING: binary pipe (--pipe) will PROBABLY CORRUPT DATA on non-Linux host", file=stderr)
68-
elif args.verbose:
68+
else:
6969
print("Found ADB version %s" % adbversions, file=stderr)
7070

7171
########################################

0 commit comments

Comments
 (0)