Fixes: http://tracker.ceph.com/issues/35251
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
lock.lock();
char tag;
if (need_challenge && !had_challenge && authorizer_challenge) {
- ldout(async_msgr->cct,0) << __func__ << ": challenging authorizer"
- << dendl;
+ ldout(async_msgr->cct,10) << __func__ << ": challenging authorizer"
+ << dendl;
ceph_assert(authorizer_reply.length());
tag = CEPH_MSGR_TAG_CHALLENGE_AUTHORIZER;
} else {
if (state != STATE_ACCEPTING)
goto shutting_down_msgr_unlocked;
if (!had_challenge && need_challenge && authorizer_challenge) {
- ldout(msgr->cct,0) << "accept: challenging authorizer "
- << authorizer_reply.length()
- << " bytes" << dendl;
+ ldout(msgr->cct,10) << "accept: challenging authorizer "
+ << authorizer_reply.length()
+ << " bytes" << dendl;
ceph_assert(authorizer_reply.length());
reply.tag = CEPH_MSGR_TAG_CHALLENGE_AUTHORIZER;
} else {