diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-06-05 10:35:04 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-06-05 10:35:04 -0400 |
commit | 5514c49e39849671826d863ed23d49ef58968a8f (patch) | |
tree | 37450bb91cc11d6a99274be96067dadbd5340b8f /client/clientOnly.cpp | |
parent | e5126fee80f8e5e801b613f7e95386e03893aec0 (diff) | |
download | mongo-5514c49e39849671826d863ed23d49ef58968a8f.tar.gz |
make lognoquiet and make --quit not print connect/disconnect
Diffstat (limited to 'client/clientOnly.cpp')
-rw-r--r-- | client/clientOnly.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/clientOnly.cpp b/client/clientOnly.cpp index 5c3b5dbac56..1105eda1103 100644 --- a/client/clientOnly.cpp +++ b/client/clientOnly.cpp @@ -3,6 +3,9 @@ namespace mongo { const char * curNs = "in client mode"; + + bool quiet = false; + // Database* database = 0; void dbexit(int returnCode, const char *whyMsg ) { |