aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--brillo/process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/brillo/process.cc b/brillo/process.cc
index 72db75b..a70bfd7 100644
--- a/brillo/process.cc
+++ b/brillo/process.cc
@@ -326,7 +326,7 @@ bool ProcessImpl::Start() {
} else {
execv(argv[0], &argv[0]);
}
- PLOG(ERROR) << "Exec of " << argv[0] << " failed:";
+ PLOG(ERROR) << "Exec of " << argv[0] << " failed";
_exit(kErrorExitStatus);
} else {
// Still executing inside the parent process with known child pid.