Fixes: http://tracker.ceph.com/issues/35251
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit
351831834d4f9c66395539d7015bcdb017c8dba6)
Conflicts:
src/msg/async/AsyncConnection.cc
src/msg/simple/Pipe.cc
lock.lock();
char tag;
if (need_challenge && !had_challenge && authorizer_challenge) {
- ldout(async_msgr->cct,0) << __func__ << ": challenging authorizer"
+ ldout(async_msgr->cct,10) << __func__ << ": challenging authorizer"
<< dendl;
assert(authorizer_reply.length());
tag = CEPH_MSGR_TAG_CHALLENGE_AUTHORIZER;
if (state != STATE_ACCEPTING)
goto shutting_down_msgr_unlocked;
if (!had_challenge && need_challenge && authorizer_challenge) {
- ldout(msgr->cct,0) << "accept: challenging authorizer "
+ ldout(msgr->cct,10) << "accept: challenging authorizer "
<< authorizer_reply.length()
<< " bytes" << dendl;
assert(authorizer_reply.length());