Commit c8672a40 authored by Chinmay Garde's avatar Chinmay Garde

Fix Dart analyzer warning

parent 602a3561
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment