You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2017/10/18 18:17:40 UTC

mesos-site git commit: Updated the website built from mesos SHA: 4119318.

Repository: mesos-site
Updated Branches:
  refs/heads/asf-site afaada758 -> 4a1d82a3f


Updated the website built from mesos SHA: 4119318.


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

Branch: refs/heads/asf-site
Commit: 4a1d82a3f916105a1a5d3e18810c3994bb5d9f09
Parents: afaada7
Author: jenkins <bu...@apache.org>
Authored: Wed Oct 18 18:17:38 2017 +0000
Committer: jenkins <bu...@apache.org>
Committed: Wed Oct 18 18:17:38 2017 +0000

----------------------------------------------------------------------
 content/api/latest/c++/src_2master_2master_8hpp_source.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos-site/blob/4a1d82a3/content/api/latest/c++/src_2master_2master_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/src_2master_2master_8hpp_source.html b/content/api/latest/c++/src_2master_2master_8hpp_source.html
index d44c97a..5be478f 100644
--- a/content/api/latest/c++/src_2master_2master_8hpp_source.html
+++ b/content/api/latest/c++/src_2master_2master_8hpp_source.html
@@ -400,7 +400,7 @@
 <div class="line"><a name="l00346"></a><span class="lineno">  346</span>&#160;  {</div>
 <div class="line"><a name="l00347"></a><span class="lineno">  347</span>&#160;    <span class="comment">// Only send a heartbeat if the connection is not closed.</span></div>
 <div class="line"><a name="l00348"></a><span class="lineno">  348</span>&#160;    <span class="keywordflow">if</span> (http.<a class="code" href="structmesos_1_1internal_1_1master_1_1HttpConnection.html#aabda4b0588e263e20f98c220f1f7da92">closed</a>().<a class="code" href="classprocess_1_1Future.html#af23884cf963eb5ec061595eb2e288903">isPending</a>()) {</div>
-<div class="line"><a name="l00349"></a><span class="lineno">  349</span>&#160;      VLOG(1) &lt;&lt; <span class="stringliteral">&quot;Sending heartbeat to &quot;</span> &lt;&lt; logMessage;</div>
+<div class="line"><a name="l00349"></a><span class="lineno">  349</span>&#160;      VLOG(2) &lt;&lt; <span class="stringliteral">&quot;Sending heartbeat to &quot;</span> &lt;&lt; logMessage;</div>
 <div class="line"><a name="l00350"></a><span class="lineno">  350</span>&#160;</div>
 <div class="line"><a name="l00351"></a><span class="lineno">  351</span>&#160;      Message <a class="code" href="classprocess_1_1ProcessBase.html#afb219ae4b5e8dab3f724e78032e03d0c">message</a>(heartbeatMessage);</div>
 <div class="line"><a name="l00352"></a><span class="lineno">  352</span>&#160;      http.<a class="code" href="structmesos_1_1internal_1_1master_1_1HttpConnection.html#a30bba2e03dffe8a8a369668c15ff6433">send</a>&lt;Message, <a class="code" href="namespacemesos_1_1internal_1_1tests_1_1v1_1_1scheduler.html#acd3fa8addac36f513726743665631d79">Event</a>&gt;(<a class="code" href="classprocess_1_1ProcessBase.html#afb219ae4b5e8dab3f724e78032e03d0c">message</a>);</div>