Commit 3277708e authored by Dave Watson's avatar Dave Watson

Bump up log level

Summary: This log was getting annoying in tests, bump up the logging level

Test Plan: contbuild

Reviewed By: afrind@fb.com

Subscribers: trunkagent, doug, fugalh, njormrod, folly-diffs@

FB internal diff: D1710608

Signature: t1:1710608:1417468546:770dfb7201ff6477b349c01e638f704a2ef1b7ce
parent 61a454f2
...@@ -420,7 +420,7 @@ Acceptor::forceStop() { ...@@ -420,7 +420,7 @@ Acceptor::forceStop() {
void void
Acceptor::dropAllConnections() { Acceptor::dropAllConnections() {
if (downstreamConnectionManager_) { if (downstreamConnectionManager_) {
LOG(INFO) << "Dropping all connections from Acceptor=" << this << VLOG(3) << "Dropping all connections from Acceptor=" << this <<
" in thread " << base_; " in thread " << base_;
assert(base_->isInEventBaseThread()); assert(base_->isInEventBaseThread());
forceShutdownInProgress_ = true; forceShutdownInProgress_ = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment