Skip to content

Commit 7ade1b8

Browse files
committed
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.
1 parent 3c28c28 commit 7ade1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devlib/platform/arm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def _get_target_ip_address(self, target):
108108
init_dtr=0) as tty:
109109
tty.sendline('su') # this is, apprently, required to query network device
110110
# info by name on recent Juno builds...
111-
self.logger.debug('Waiting for the Android shell prompt.')
111+
self.logger.debug('Waiting for the shell prompt.')
112112
tty.expect(target.shell_prompt)
113113

114114
self.logger.debug('Waiting for IP address...')

0 commit comments

Comments
 (0)