Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Unified Diff: runtime/bin/main.cc

Issue 26686005: Revert 28422 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/resources_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
}
}
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/resources_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698