Skip to content

Commit

Permalink
rgw: Fix log level of gc_iterate_entries
Browse files Browse the repository at this point in the history
Fixes: http://tracker.ceph.com/issues/23801

Signed-off-by: iliul <liul.stone@gmail.com>
(cherry picked from commit 0a3f3d0)
  • Loading branch information
iliul authored and Prashant D committed Aug 22, 2018
1 parent dcaa1b6 commit 5d76212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cls/rgw/cls_rgw.cc
Expand Up @@ -3327,7 +3327,7 @@ static int gc_iterate_entries(cls_method_context_t hctx, const string& marker, b
get_time_key(now, &now_str);
prepend_index_prefix(now_str, GC_OBJ_TIME_INDEX, &end_key);

CLS_LOG(0, "gc_iterate_entries end_key=%s\n", end_key.c_str());
CLS_LOG(10, "gc_iterate_entries end_key=%s\n", end_key.c_str());
}

string filter;
Expand Down

0 comments on commit 5d76212

Please sign in to comment.