improved log
[ppastats.git] / src / cache.c
index 8f09350..8053421 100644 (file)
@@ -59,7 +59,7 @@ const void *cache_get(const char *key)
                        return cache.entries[i].value;
                }
 
-       log_debug(_("cache miss %s"), key);
+       log_debug(_("memory cache miss %s"), key);
 
        return NULL;
 }