]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw-admin: fix period delete error message 8507/head
authorKarol Mroz <kmroz@suse.com>
Fri, 8 Apr 2016 14:47:40 +0000 (16:47 +0200)
committerKarol Mroz <kmroz@suse.com>
Fri, 8 Apr 2016 14:47:40 +0000 (16:47 +0200)
Signed-off-by: Karol Mroz <kmroz@suse.com>
src/rgw/rgw_admin.cc

index b30412577b7f0123c5bdfbf5df05463261f7dac1..ddb8cb15c1798f48a7600acc87a0ebdb2c30dde3 100644 (file)
@@ -2452,7 +2452,7 @@ int main(int argc, char **argv)
     case OPT_PERIOD_DELETE:
       {
        if (period_id.empty()) {
-         cerr << "missing realm name or id" << std::endl;
+         cerr << "missing period id" << std::endl;
          return -EINVAL;
        }
        RGWPeriod period(period_id);