]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/crimson: remove duplicated logging when connected
authorYingxin Cheng <yingxin.cheng@intel.com>
Tue, 16 Jul 2019 08:20:06 +0000 (16:20 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Wed, 17 Jul 2019 08:37:04 +0000 (16:37 +0800)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/test/crimson/test_messenger.cc

index be97c82bd1aeb25d2c67684f745dff99917b0f10..df99077a4df527f068e7254102106199b5218221 100644 (file)
@@ -115,7 +115,6 @@ static seastar::future<> test_echo(unsigned rounds,
         return seastar::now();
       }
       seastar::future<> ms_handle_connect(ceph::net::ConnectionRef conn) override {
-        logger().info("{}: connected to {}", *conn, conn->get_peer_addr());
         auto session = seastar::make_shared<PingSession>();
         auto [i, added] = sessions.emplace(conn.get(), session);
         std::ignore = i;