summaryrefslogtreecommitdiff
path: root/src/rgw/rgw_object_expirer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_object_expirer.cc')
-rw-r--r--src/rgw/rgw_object_expirer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_object_expirer.cc b/src/rgw/rgw_object_expirer.cc
index e2e82ad58b1..1fd940533c5 100644
--- a/src/rgw/rgw_object_expirer.cc
+++ b/src/rgw/rgw_object_expirer.cc
@@ -55,7 +55,7 @@ int main(const int argc, const char **argv)
{
auto args = argv_to_vec(argc, argv);
if (args.empty()) {
- cerr << argv[0] << ": -h or --help for usage" << std::endl;
+ std::cerr << argv[0] << ": -h or --help for usage" << std::endl;
exit(1);
}
if (ceph_argparse_need_usage(args)) {