]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
src: typo in radosgw-admin.cc 63922/head
authorMouratidis Theofilos <mtheofilos@gmail.com>
Fri, 13 Jun 2025 13:29:54 +0000 (15:29 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Jun 2025 13:29:54 +0000 (15:29 +0200)
Probably a result of a refactor

Signed-off-by: Mouratidis Theofilos <mtheofilos@gmail.com>
src/rgw/radosgw-admin/radosgw-admin.cc

index ed292bb49b83f9d473df70a572892eeff870a28c..9e2f279014111ecf6208435aefb28a337e035ab0 100644 (file)
@@ -5337,7 +5337,7 @@ int main(int argc, const char **argv)
        } else {
           ret = writer->write(dpp(), null_yield, realm);
          if (ret < 0) {
-           cerr << "ERROR: couldn't driver realm info: " << cpp_strerror(-ret) << std::endl;
+           cerr << "ERROR: couldn't write realm info: " << cpp_strerror(-ret) << std::endl;
            return 1;
          }
        }