diff options
Diffstat (limited to 'adb/transport.cpp')
-rw-r--r-- | adb/transport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/transport.cpp b/adb/transport.cpp index d395a80b0..45740a827 100644 --- a/adb/transport.cpp +++ b/adb/transport.cpp @@ -847,7 +847,7 @@ retry: result = t; } else if (ttype == kTransportAny) { if (result) { - if (error_out) *error_out = "more than one device and emulator"; + if (error_out) *error_out = "more than one device/emulator"; ambiguous = 1; result = NULL; break; |