rgw: role: use a err msg string in RoleInfo class for logging

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
This commit is contained in:
Abhishek Lekshmanan 2020-10-21 14:31:28 +02:00 committed by Pritha Srivastava
parent ea187c9a69
commit 46c20d9d7a

View File

@ -199,7 +199,7 @@ int RGWRole::delete_policy(const DoutPrefixProvider* dpp, const string& policy_n
} else {
perm_policy_map.erase(it);
}
return 0;
return 0;
}
void RGWRole::dump(Formatter *f) const