mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Change warning to info when there are no running simulators.
This commit is contained in:
parent
0f4d376543
commit
ab33604b84
@ -698,7 +698,7 @@ class IOSSimulator(object):
|
||||
cls._device_id = match.group(1)
|
||||
return cls._device_id
|
||||
else:
|
||||
logging.warning('No running simulators found')
|
||||
logging.info('No running simulators found')
|
||||
# TODO: Maybe start the simulator?
|
||||
return None
|
||||
if err is not None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user