You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2014/05/03 03:13:46 UTC

git commit: Fixed typo in master's log message.

Repository: mesos
Updated Branches:
  refs/heads/master 1e2442fa0 -> 1a088bf48


Fixed typo in master's log message.


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

Branch: refs/heads/master
Commit: 1a088bf48ed102cb0c55aeebbfc1e1c71e790370
Parents: 1e2442f
Author: Vinod Kone <vi...@twitter.com>
Authored: Fri May 2 18:13:37 2014 -0700
Committer: Vinod Kone <vi...@twitter.com>
Committed: Fri May 2 18:13:37 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/1a088bf4/src/master/master.cpp
----------------------------------------------------------------------
diff --git a/src/master/master.cpp b/src/master/master.cpp
index e8a6124..9baab90 100644
--- a/src/master/master.cpp
+++ b/src/master/master.cpp
@@ -2132,7 +2132,7 @@ void Master::registerSlave(const UPID& from, const SlaveInfo& slaveInfo)
   slaveInfo_.mutable_id()->CopyFrom(newSlaveId());
 
   LOG(INFO) << "Registering slave at " << from << " ("
-            << slaveInfo.hostname() << ") with id " << slaveInfo.id();
+            << slaveInfo.hostname() << ") with id " << slaveInfo_.id();
 
   registrar->apply(Owned<Operation>(new AdmitSlave(slaveInfo_)))
     .onAny(defer(self(),