You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 05:30:38 UTC

svn commit: r1131619 - /incubator/mesos/trunk/src/slave_main.cpp

Author: benh
Date: Sun Jun  5 03:30:38 2011
New Revision: 1131619

URL: http://svn.apache.org/viewvc?rev=1131619&view=rev
Log:
bug fix needed to make everything compile

Modified:
    incubator/mesos/trunk/src/slave_main.cpp

Modified: incubator/mesos/trunk/src/slave_main.cpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/slave_main.cpp?rev=1131619&r1=1131618&r2=1131619&view=diff
==============================================================================
--- incubator/mesos/trunk/src/slave_main.cpp (original)
+++ incubator/mesos/trunk/src/slave_main.cpp Sun Jun  5 03:30:38 2011
@@ -71,7 +71,7 @@ int main(int argc, char **argv)
 
   if (!quiet)
     google::SetStderrLogging(google::INFO);
-  else if (isFT)
+  else
     LeaderDetector::setQuiet(true);
 
   FLAGS_logbufsecs = 1;