mirror of
https://github.com/ceph/ceph
synced 2024-12-28 22:43:29 +00:00
src/rgw/rgw_cache.cc:fix typos
Signed-off-by: xianxiaxiao <xianxia.xiao@kylin-cloud.com>
This commit is contained in:
parent
80ac7b124b
commit
54d505d60a
@ -88,7 +88,7 @@ bool ObjectCache::chain_cache_entry(list<rgw_cache_entry_info *>& cache_info_ent
|
||||
ldout(cct, 10) << "chain_cache_entry: cache_locator=" << cache_info->cache_locator << dendl;
|
||||
map<string, ObjectCacheEntry>::iterator iter = cache_map.find(cache_info->cache_locator);
|
||||
if (iter == cache_map.end()) {
|
||||
ldout(cct, 20) << "chain_cache_entry: couldn't find cachce locator" << dendl;
|
||||
ldout(cct, 20) << "chain_cache_entry: couldn't find cache locator" << dendl;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user