mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
mds/MDSAuthCaps: fix parse error message
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
6c0ebae658
commit
f5cb4e0029
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user