Repository: mesos Updated Branches: refs/heads/master 89e7d362e -> 01aa3ba4a
Fixed typo in log message. Review: https://reviews.apache.org/r/52721/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9225ac29 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9225ac29 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/9225ac29 Branch: refs/heads/master Commit: 9225ac294099afe09d85bf95931b83b78a8739c7 Parents: 89e7d36 Author: Neil Conway <neil.con...@gmail.com> Authored: Fri Oct 21 14:13:02 2016 -0700 Committer: Vinod Kone <vinodk...@gmail.com> Committed: Fri Oct 21 14:13:02 2016 -0700 ---------------------------------------------------------------------- src/master/master.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/9225ac29/src/master/master.cpp ---------------------------------------------------------------------- diff --git a/src/master/master.cpp b/src/master/master.cpp index 3f3ce93..85cab42 100644 --- a/src/master/master.cpp +++ b/src/master/master.cpp @@ -6811,7 +6811,7 @@ void Master::reconcileKnownSlave( LOG(WARNING) << "Task " << task->task_id() << " of framework " << task->framework_id() << " unknown to the agent " << *slave - << " during re-registration : reconciling with the agent"; + << " during re-registration: reconciling with the agent"; // NOTE: The slave doesn't look at the task state when it // reconciles the task. We send the master's view of the