From 4afe359f47fb678be24a038bc7dc535aae8aa301 Mon Sep 17 00:00:00 2001 From: Ian Fischer Date: Wed, 9 Sep 2015 13:44:13 -0700 Subject: [PATCH] Change warning to info when there are no running simulators. --- sky/packages/sky/lib/sky_tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/packages/sky/lib/sky_tool b/sky/packages/sky/lib/sky_tool index 1d5976ebc1f..0ec45b495e8 100755 --- a/sky/packages/sky/lib/sky_tool +++ b/sky/packages/sky/lib/sky_tool @@ -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: