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 /s | |
parent | e5126fee80f8e5e801b613f7e95386e03893aec0 (diff) | |
download | mongo-5514c49e39849671826d863ed23d49ef58968a8f.tar.gz |
make lognoquiet and make --quit not print connect/disconnect
Diffstat (limited to 's')
-rw-r--r-- | s/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/s/server.cpp b/s/server.cpp index 8b002d76122..4dc758bf370 100644 --- a/s/server.cpp +++ b/s/server.cpp @@ -33,7 +33,7 @@ namespace mongo { const char *curNs = ""; Database *database = 0; string ourHostname; - + bool quiet = false; OID serverID; |