]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: drop stray debug message 11296/head
authorSage Weil <sage@redhat.com>
Mon, 3 Oct 2016 15:17:56 +0000 (11:17 -0400)
committerSage Weil <sage@redhat.com>
Mon, 3 Oct 2016 15:17:56 +0000 (11:17 -0400)
This snuck in from 10da6d23cd447044ff38079807a7f36a5c347270

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSD.cc

index ae1174da6780d9549a3c1b18c247ac027af2aa69..b35b7216892d355905ae0080208564195521247c 100644 (file)
@@ -6062,7 +6062,6 @@ bool OSD::ms_get_authorizer(int dest_type, AuthAuthorizer **authorizer, bool for
   }
 
   *authorizer = monc->auth->build_authorizer(dest_type);
-  derr << "OSD::ms_get_authorizer build_authorizer returned " << *authorizer << dendl;
   return *authorizer != NULL;
 }