]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
msg/async/AsyncConnection: less noisy about connection top
authorSage Weil <sage@redhat.com>
Thu, 22 Sep 2016 18:46:37 +0000 (14:46 -0400)
committerSage Weil <sage@redhat.com>
Thu, 22 Sep 2016 18:46:37 +0000 (14:46 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/msg/async/AsyncConnection.cc

index 9663f8eedb3ae703e40aaa44d0359854630cab44..d31420c2c9bec6b249754ce62ce8d9292b4ac30b 100644 (file)
@@ -2104,7 +2104,7 @@ void AsyncConnection::_stop()
   if (delay_state)
     delay_state->flush();
 
-  ldout(async_msgr->cct, 1) << __func__ << dendl;
+  ldout(async_msgr->cct, 2) << __func__ << dendl;
   std::lock_guard<std::mutex> l(write_lock);
 
   reset_recv_state();