diff options
-rw-r--r-- | src/rgw/rgw_op.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_op.h b/src/rgw/rgw_op.h index d9401d87677..9201470cdaa 100644 --- a/src/rgw/rgw_op.h +++ b/src/rgw/rgw_op.h @@ -757,7 +757,7 @@ public: virtual bool should_get_stats() { return false; } - const char* name() const override { return "get_usage"; } + const char* name() const override { return "get_self_usage"; } uint32_t op_mask() override { return RGW_OP_TYPE_READ; } }; |