diff --git a/packages/shorebird_cli/lib/src/commands/preview_command.dart b/packages/shorebird_cli/lib/src/commands/preview_command.dart index 05a02ccc..cd5e1502 100644 --- a/packages/shorebird_cli/lib/src/commands/preview_command.dart +++ b/packages/shorebird_cli/lib/src/commands/preview_command.dart @@ -373,7 +373,7 @@ class PreviewCommand extends ShorebirdCommand { final int installExitCode; if (shouldUseDeviceCtl) { logger.detail( - 'Using devicectl to install and launch on device $deviceId.', + '''Using devicectl to install and launch on device ${deviceForLaunch.udid}.''', ); installExitCode = await devicectl.installAndLaunchApp( runnerAppDirectory: runnerDirectory,