diff options
author | Alberto Lerner <alerner@10gen.com> | 2010-08-10 17:55:21 -0700 |
---|---|---|
committer | Alberto Lerner <alerner@10gen.com> | 2010-08-10 17:55:21 -0700 |
commit | b322f7610762c5471f163d0c13b01bf1c8c195ca (patch) | |
tree | 1a2f0ac45889688da0f4d622f86ee6e2b3fa7922 /s/balance.cpp | |
parent | 3872624664f1d96d9d50e55300ae58b4f35a4d45 (diff) | |
download | mongo-b322f7610762c5471f163d0c13b01bf1c8c195ca.tar.gz |
Say hello even if in log level 0.
Diffstat (limited to 's/balance.cpp')
-rw-r--r-- | s/balance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/s/balance.cpp b/s/balance.cpp index f79e1d8e060..f5775d91fa5 100644 --- a/s/balance.cpp +++ b/s/balance.cpp @@ -222,7 +222,7 @@ namespace mongo { StringBuilder buf; buf << getHostNameCached() << ":" << cmdLine.port; _myid = buf.str(); - log(1) << "balancer myid: " << _myid << endl; + log() << "balancer myid: " << _myid << endl; _started = time(0); |