Commit ab33604b authored by Ian Fischer's avatar Ian Fischer

Change warning to info when there are no running simulators.

parent 0f4d3765
...@@ -698,7 +698,7 @@ class IOSSimulator(object): ...@@ -698,7 +698,7 @@ class IOSSimulator(object):
cls._device_id = match.group(1) cls._device_id = match.group(1)
return cls._device_id return cls._device_id
else: else:
logging.warning('No running simulators found') logging.info('No running simulators found')
# TODO: Maybe start the simulator? # TODO: Maybe start the simulator?
return None return None
if err is not None: if err is not None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment