You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2017/05/31 17:45:06 UTC

mesos git commit: Removed an extra space in a log entry.

Repository: mesos
Updated Branches:
  refs/heads/master 5e86f8f4d -> 6ea47691d


Removed an extra space in a log entry.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6ea47691
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6ea47691
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/6ea47691

Branch: refs/heads/master
Commit: 6ea47691d07c23fc97b7320a7b85742ceb7bd21e
Parents: 5e86f8f
Author: Alexander Rukletsov <al...@apache.org>
Authored: Wed May 31 19:44:44 2017 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Wed May 31 19:44:44 2017 +0200

----------------------------------------------------------------------
 src/slave/slave.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/6ea47691/src/slave/slave.cpp
----------------------------------------------------------------------
diff --git a/src/slave/slave.cpp b/src/slave/slave.cpp
index 055e496..4ba0958 100644
--- a/src/slave/slave.cpp
+++ b/src/slave/slave.cpp
@@ -5113,7 +5113,7 @@ void Slave::executorLaunched(
                << "' for executor '" << executorId
                << "' of framework " << frameworkId
                << " failed to start: "
-               << (future.isFailed() ? future.failure() : " future discarded");
+               << (future.isFailed() ? future.failure() : "future discarded");
 
     ++metrics.container_launch_errors;