From dac8b717fb37683eae57aa0e9565558e2b3f4756 Mon Sep 17 00:00:00 2001 From: toole1 <toole1@6fbd10e7-183d-0410-a318-cb416676e4f2> Date: Sat, 24 Sep 2011 06:49:39 +0000 Subject: [PATCH] monad update 2 git-svn-id: https://subversion.cs.illinois.edu/svn/cs225@4612 6fbd10e7-183d-0410-a318-cb416676e4f2 --- .monadid | 4 ++-- proxy.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.monadid b/.monadid index d251e01..c27ca1c 100644 --- a/.monadid +++ b/.monadid @@ -1,4 +1,4 @@ monad identification file This file is used for monad directory identification -Built by toole1 on linux4.ews.illinois.edu -Build Date: Sat Sep 24 01:37:06 CDT 2011 +Built by toole1 on linux3.ews.illinois.edu +Build Date: Sat Sep 24 01:49:21 CDT 2011 diff --git a/proxy.cpp b/proxy.cpp index 7069ff3..7706ffe 100755 --- a/proxy.cpp +++ b/proxy.cpp @@ -38,7 +38,7 @@ namespace proxy namespace opts { - bool verbose = true; + bool verbose = false; bool redirect_test_output = true; } -- GitLab