| Index: runtime/bin/main.cc
|
| diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
|
| index 9fc01ec8e7723687c6702ffc2deee66beafc8bac..eae320d6551b57a123a5993c4ac4ad9954816235 100644
|
| --- a/runtime/bin/main.cc
|
| +++ b/runtime/bin/main.cc
|
| @@ -763,7 +763,7 @@ int main(int argc, char** argv) {
|
| ASSERT(vm_service_server_port >= 0);
|
| bool r = VmService::Start(vm_service_server_port);
|
| if (!r) {
|
| - Log::PrintErr("Could not start VM Service isolate %s\n",
|
| + Log::PrintErr("Could not start VM Service isolate %s",
|
| VmService::GetErrorMessage());
|
| }
|
| }
|
|
|