Repository: mesos Updated Branches: refs/heads/master f1a2171a8 -> fc2055987
Fixed a typo in the last commit. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/fc205598 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/fc205598 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/fc205598 Branch: refs/heads/master Commit: fc20559879f9447f7320e8f0112f7adb8333ed30 Parents: f1a2171 Author: Jie Yu <[email protected]> Authored: Thu Oct 16 14:45:20 2014 -0700 Committer: Jie Yu <[email protected]> Committed: Thu Oct 16 14:45:20 2014 -0700 ---------------------------------------------------------------------- src/log/recover.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/fc205598/src/log/recover.cpp ---------------------------------------------------------------------- diff --git a/src/log/recover.cpp b/src/log/recover.cpp index a7d452f..a8fa3ff 100644 --- a/src/log/recover.cpp +++ b/src/log/recover.cpp @@ -293,7 +293,7 @@ private: << "forget to manually initialize the log (i.e.,\n" << "mesos-log initialize <PATH>)? Note that all replicas\n" << "are not initialized and the above command needs to\n" - << "be run on each host!\n"; + << "be run on each host!\n" << "----------------------------------------------------"; } }
