diff options
Diffstat (limited to 'util/message.cpp')
-rw-r--r-- | util/message.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/message.cpp b/util/message.cpp index 533617cd6ff..f560508dae3 100644 --- a/util/message.cpp +++ b/util/message.cpp @@ -83,7 +83,7 @@ namespace mongo { continue; } disableNagle(s); - log() << "connection accepted from " << from.toString() << endl; + lognoquiet() << "connection accepted from " << from.toString() << endl; accepted( new MessagingPort(s, from) ); } } |