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 <[email protected]> Authored: Mon Jul 27 12:54:59 2015 -0700 Committer: Benjamin Mahler <[email protected]> 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
