diff --git a/packages/flutter_tools/lib/src/device.dart b/packages/flutter_tools/lib/src/device.dart index 32ebf3c566..f113af1c59 100644 --- a/packages/flutter_tools/lib/src/device.dart +++ b/packages/flutter_tools/lib/src/device.dart @@ -433,7 +433,7 @@ class IOSSimulator extends Device { @override Future startApp(ApplicationPackage app) async { - logging.fine('Building ${app.name} for ${id}'); + logging.fine('Building ${app.name} for $id'); // Step 1: Build the Xcode project bool buildResult = await _buildIOSXcodeProject(app, false);