We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1e80a commit 7e89261Copy full SHA for 7e89261
tetherback/tetherback.py
@@ -65,7 +65,7 @@
65
print("WARNING: exec-out pipe (--exec-out) probably won't work with ADB version < 1.0.32 (you have %s)" % adbversions, file=stderr)
66
elif sys.platform!='linux2' and args.transport==adbxp.pipe_bin:
67
print("WARNING: binary pipe (--pipe) will PROBABLY CORRUPT DATA on non-Linux host", file=stderr)
68
-elif args.verbose:
+else:
69
print("Found ADB version %s" % adbversions, file=stderr)
70
71
########################################
0 commit comments