1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-01-30 17:50:46 +00:00

platform/arm: Don't specify "Android" in the debug print.

This function be used to determine the IP address of other OSs
e.g. linux.
This commit is contained in:
Marc Bonnici 2020-04-03 18:44:10 +01:00
parent 3c28c280de
commit 7ade1b8bcc

View File

@ -108,7 +108,7 @@ class VersatileExpressPlatform(Platform):
init_dtr=0) as tty:
tty.sendline('su') # this is, apprently, required to query network device
# info by name on recent Juno builds...
self.logger.debug('Waiting for the Android shell prompt.')
self.logger.debug('Waiting for the shell prompt.')
tty.expect(target.shell_prompt)
self.logger.debug('Waiting for IP address...')