| Index: runtime/bin/vmservice/server.dart
|
| diff --git a/runtime/bin/vmservice/server.dart b/runtime/bin/vmservice/server.dart
|
| index a0446ad222a02f5e3ac7489f510a44acbff88931..4ae3d1a47a92bacaa9b300fe0c97e3b2c8dc96f7 100644
|
| --- a/runtime/bin/vmservice/server.dart
|
| +++ b/runtime/bin/vmservice/server.dart
|
| @@ -361,7 +361,7 @@ class Server {
|
| serverPrint("Observatory server failed to start after $attempts tries");
|
| if (attempts > maxAttempts) {
|
| serverPrint('Could not start Observatory HTTP server:\n'
|
| - '$pollError\n$pollStack\n');
|
| + '$pollError\n$pollStack\n');
|
| _notifyServerState("");
|
| onServerAddressChange(null);
|
| return this;
|
|
|