mds/MDSAuthCaps: fix parse error message

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2015-07-09 11:18:42 -04:00
parent 6c0ebae658
commit f5cb4e0029

View File

@ -190,7 +190,7 @@ bool MDSAuthCaps::parse(CephContext *c, const std::string& str, ostream *err)
grants.clear();
if (err)
*err << "osdcap parse failed, stopped at '" << std::string(iter, end)
*err << "MDSAuthCaps parse failed, stopped at '" << std::string(iter, end)
<< "' of '" << str << "'\n";
return false;
}