Fix Dart analyzer warning

This commit is contained in:
Chinmay Garde
2016-01-14 17:19:12 -08:00
parent 602a35617a
commit c8672a40c1

View File

@@ -433,7 +433,7 @@ class IOSSimulator extends Device {
@override
Future<bool> 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);