Skip to content

Commit 675b518

Browse files
authored
src: typo in radosgw-admin.cc
Probably a result of a refactor Signed-off-by: Mouratidis Theofilos <[email protected]>
1 parent ac3e6e5 commit 675b518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rgw/radosgw-admin/radosgw-admin.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5337,7 +5337,7 @@ int main(int argc, const char **argv)
53375337
} else {
53385338
ret = writer->write(dpp(), null_yield, realm);
53395339
if (ret < 0) {
5340-
cerr << "ERROR: couldn't driver realm info: " << cpp_strerror(-ret) << std::endl;
5340+
cerr << "ERROR: couldn't write realm info: " << cpp_strerror(-ret) << std::endl;
53415341
return 1;
53425342
}
53435343
}

0 commit comments

Comments
 (0)