You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2015/07/27 21:55:20 UTC

mesos git commit: Added a newline for readability.

Repository: mesos
Updated Branches:
  refs/heads/master 74342007e -> a5a131024


Added a newline for readability.


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

Branch: refs/heads/master
Commit: a5a1310248429e0a81c58ac186d8d4f5ae6b6990
Parents: 7434200
Author: Benjamin Mahler <be...@gmail.com>
Authored: Mon Jul 27 12:54:59 2015 -0700
Committer: Benjamin Mahler <be...@gmail.com>
Committed: Mon Jul 27 12:54:59 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/a5a13102/src/master/master.cpp
----------------------------------------------------------------------
diff --git a/src/master/master.cpp b/src/master/master.cpp
index 5b5e3c3..a8a195d 100644
--- a/src/master/master.cpp
+++ b/src/master/master.cpp
@@ -1805,6 +1805,7 @@ void Master::_registerFramework(
     const Future<Option<Error>>& validationError)
 {
   CHECK_READY(validationError);
+
   if (validationError.get().isSome()) {
     LOG(INFO) << "Refusing registration of framework '"
               << frameworkInfo.name() << "' at " << from