Skip to content

Commit

Permalink
Merge pull request #9268: jewel: radosgw-admin: EEXIST messages for c…
Browse files Browse the repository at this point in the history
…reate operations

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed Jun 30, 2016
2 parents c92dbe6 + a40cfe4 commit 0ee341b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rgw/rgw_rados.cc
Expand Up @@ -1509,7 +1509,6 @@ int RGWZoneParams::create(bool exclusive)

r = RGWSystemMetaObj::create(exclusive);
if (r < 0) {
ldout(cct, 0) << "RGWZoneParams::create(): error creating default zone params: " << cpp_strerror(-r) << dendl;
return r;
}

Expand Down

0 comments on commit 0ee341b

Please sign in to comment.