From ab33604b84a28bc1688d40153ba573e9d142f950 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. --- packages/flutter/lib/sky_tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/sky_tool b/packages/flutter/lib/sky_tool index 1d5976ebc1f..0ec45b495e8 100755 --- a/packages/flutter/lib/sky_tool +++ b/packages/flutter/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: