X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fcache.c;h=10ac3b73bbaf356f1cf6cc500dada3cf5ee9a83a;hb=586361f5da21ef8e34987db0c628af1fb06df6a1;hp=8f093502c89842867ae5dd3a4d02e1b3b26e6420;hpb=b59ec44bffce28192c6408fed838c4d593a17c82;p=ppastats.git diff --git a/src/cache.c b/src/cache.c index 8f09350..10ac3b7 100644 --- a/src/cache.c +++ b/src/cache.c @@ -24,9 +24,9 @@ #include #include -#include "cache.h" -#include "log.h" -#include "ppastats.h" +#include +#include +#include /* @@ -59,7 +59,7 @@ const void *cache_get(const char *key) return cache.entries[i].value; } - log_debug(_("cache miss %s"), key); + log_fct(_("memory cache miss %s"), key); return NULL; }