mirror of
https://github.com/ceph/ceph
synced 2025-02-21 09:57:26 +00:00
Merge pull request #8434 from theanalyst/rgw/typo-fix
rgw: fix a typo in error message
This commit is contained in:
commit
3ea7af87eb
@ -2308,7 +2308,7 @@ int main(int argc, char **argv)
|
||||
tenant = user_id.tenant;
|
||||
} else {
|
||||
if (user_id.empty()) {
|
||||
cerr << "ERROR: --tennant is set, but there's no user ID" << std::endl;
|
||||
cerr << "ERROR: --tenant is set, but there's no user ID" << std::endl;
|
||||
return EINVAL;
|
||||
}
|
||||
user_id.tenant = tenant;
|
||||
|
Loading…
Reference in New Issue
Block a user