diff options
-rw-r--r-- | src/rgw/rgw_log.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_log.cc b/src/rgw/rgw_log.cc index 474d83e421e..57f73129f29 100644 --- a/src/rgw/rgw_log.cc +++ b/src/rgw/rgw_log.cc @@ -304,7 +304,7 @@ int rgw_log_op(RGWRados *store, struct req_state *s, const string& op_name, OpsL entry.user = s->user.user_id; if (s->object_acl) entry.object_owner = s->object_acl->get_owner().get_id(); - entry.bucket_owner = s->bucket_acl->get_owner().get_id(); + entry.bucket_owner = s->bucket_owner.get_id(); uint64_t bytes_sent = s->cio->get_bytes_sent(); |