]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
msg: lower verbosity on normal event 24113/head
authorPatrick Donnelly <pdonnell@redhat.com>
Sun, 2 Sep 2018 19:51:46 +0000 (12:51 -0700)
committerNathan Cutler <ncutler@suse.com>
Fri, 14 Sep 2018 19:59:56 +0000 (21:59 +0200)
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

src/msg/async/AsyncConnection.cc
src/msg/simple/Pipe.cc

index c14060c1bd32181dde4acf1614cc5e0d2e870f0b..601cabb432e662f5672facf76b5b2fb7684ee748 100644 (file)
@@ -1526,7 +1526,7 @@ ssize_t AsyncConnection::handle_connect_msg(ceph_msg_connect &connect, bufferlis
     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;
index df3e51626a814176db4e704b3bff227b3a76dfc4..9bde7679ee423d90ac4e852e9756c645697dfdca 100644 (file)
@@ -531,7 +531,7 @@ int Pipe::accept()
       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());