Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request ceph#44475 from athanatos/sjust/wip-53783
Browse files Browse the repository at this point in the history
crimson/os/seastore/cache: fix debug macro usage

Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
  • Loading branch information
cyx1231st authored Jan 6, 2022
2 parents c3f7bb8 + 298e77c commit c1c7d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crimson/os/seastore/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ class Cache {
void clear() {
LOG_PREFIX(Cache::LRU::clear);
for (auto iter = lru.begin(); iter != lru.end();) {
DEBUG("clearing {}", *iter);
SUBDEBUG(seastore_cache, "clearing {}", *iter);
remove_from_lru(*(iter++));
}
}
Expand Down

0 comments on commit c1c7d3b

Please sign in to comment.