Change warning to info when there are no running simulators.

This commit is contained in:
Ian Fischer 2015-09-09 13:44:13 -07:00
parent 0f4d376543
commit ab33604b84

View File

@ -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: