summaryrefslogtreecommitdiffstats
path: root/src/osd/OSD.cc
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-02-04 23:24:23 +0100
committerSage Weil <sage@newdream.net>2010-02-04 23:24:23 +0100
commit035389a4c54df6e31fcc18480ae62d731d173d1f (patch)
treef71d9447bba1a9ba9c12dd7aeefea771603b880d /src/osd/OSD.cc
parentmkcephfs: no scp -v (diff)
downloadceph-035389a4c54df6e31fcc18480ae62d731d173d1f.tar.xz
ceph-035389a4c54df6e31fcc18480ae62d731d173d1f.zip
auth: tolerate bad authenticator replies (retry instead of crashing)
Diffstat (limited to '')
-rw-r--r--src/osd/OSD.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc
index 2da4ec9f00b..6fd22cf9765 100644
--- a/src/osd/OSD.cc
+++ b/src/osd/OSD.cc
@@ -1568,7 +1568,7 @@ bool OSD::ms_dispatch(Message *m)
bool OSD::ms_get_authorizer(int dest_type, AuthAuthorizer **authorizer, bool force_new)
{
- dout(0) << "OSD::ms_get_authorizer type=" << dest_type << dendl;
+ dout(10) << "OSD::ms_get_authorizer type=" << ceph_entity_type_name(dest_type) << dendl;
if (dest_type == CEPH_ENTITY_TYPE_MON)
return true;