diff --git a/packages/flutter_tools/lib/src/device.dart b/packages/flutter_tools/lib/src/device.dart index 83488b6b932..568b9b12bea 100644 --- a/packages/flutter_tools/lib/src/device.dart +++ b/packages/flutter_tools/lib/src/device.dart @@ -99,7 +99,8 @@ class DeviceStore { device = devices[0]; } else if (devices.length > 1) { // Step 3: D: - logging.severe('Warning: Multiple devices are connected, but no device ID was specified.'); + logging.fine('Multiple devices are connected, but no device ID was specified.'); + logging.fine('Attempting to launch on all connected devices.'); } return device;