summaryrefslogtreecommitdiffstats
path: root/include/utils/GenerationCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils/GenerationCache.h')
-rw-r--r--include/utils/GenerationCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/GenerationCache.h b/include/utils/GenerationCache.h
index da85a9a..40722d1 100644
--- a/include/utils/GenerationCache.h
+++ b/include/utils/GenerationCache.h
@@ -205,7 +205,7 @@ bool GenerationCache<K, V>::removeOldest() {
removeAt(index);
return true;
}
- LOGE("GenerationCache: removeOldest failed to find the item in the cache "
+ ALOGE("GenerationCache: removeOldest failed to find the item in the cache "
"with the given key, but we know it must be in there. "
"Is the key comparator kaput?");
}