increase number of retries
[ppastats.git] / src / cache.c
index b00ddb5..10ac3b7 100644 (file)
@@ -59,7 +59,7 @@ const void *cache_get(const char *key)
                        return cache.entries[i].value;
                }
 
-       log_debug(_("memory cache miss %s"), key);
+       log_fct(_("memory cache miss %s"), key);
 
        return NULL;
 }