]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test/crimson: print conn instead of its address
authorKefu Chai <tchaikov@gmail.com>
Thu, 15 Dec 2022 09:38:07 +0000 (17:38 +0800)
committerKefu Chai <tchaikov@gmail.com>
Fri, 16 Dec 2022 02:37:25 +0000 (10:37 +0800)
commit29b4c795d30c3ea9cdc0a0ea3a10f7230c27c577
tree0e1eef6576ee22c587fffdfaf51a1b0cea48fa87
parent86be835fef0a4c46f379c26d4cf4d6cedff16bda
test/crimson: print conn instead of its address

now that crimson::net::Connection can be formatted using fmt::format(),
instead of printing the pointer, let's print its value.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/test/crimson/test_messenger.cc
src/test/crimson/test_messenger_thrash.cc