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 08:39:24 UTC

svn commit: r1131944 - /incubator/mesos/trunk/src/master_main.cpp

Author: benh
Date: Sun Jun  5 06:39:23 2011
New Revision: 1131944

URL: http://svn.apache.org/viewvc?rev=1131944&view=rev
Log:
Removed debug message introduced in previous commit by mistake.

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

Modified: incubator/mesos/trunk/src/master_main.cpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/master_main.cpp?rev=1131944&r1=1131943&r2=1131944&view=diff
==============================================================================
--- incubator/mesos/trunk/src/master_main.cpp (original)
+++ incubator/mesos/trunk/src/master_main.cpp Sun Jun  5 06:39:23 2011
@@ -65,7 +65,6 @@ int main(int argc, char **argv)
   LOG(INFO) << "Build: " << BUILD_DATE << " by " << BUILD_USER;
   LOG(INFO) << "Starting Mesos master";
 
-  LOG(INFO) << "argv[0] is " << argv[0];
   if (chdir(dirname(argv[0])) != 0)
     fatalerror("Could not chdir into %s", dirname(argv[0]));