Signed-off-by: Sage Weil <sage@redhat.com>
int AsyncConnection::send_message(Message *m)
{
- ldout(async_msgr->cct, 1) << " == tx == " << m << " " << *m << dendl;
+ lgeneric_subdout(async_msgr->cct, ms,
+ 1) << "-- " << async_msgr->get_myaddr() << " --> "
+ << get_peer_addr() << " -- "
+ << *m << " -- " << m << " con "
+ << m->get_connection().get()
+ << dendl;
// optimistic think it's ok to encode(actually may broken now)
if (!m->get_priority())