X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fcache.c;h=10ac3b73bbaf356f1cf6cc500dada3cf5ee9a83a;hb=cff245b6b021c5b2dbb796401f99deac900c12f2;hp=4a3bf114dc7c4e4e6333162bead84ef6abfd7cc5;hpb=638717706c4f1b87d8a24d0e443c39e59e99b0d3;p=ppastats.git diff --git a/src/cache.c b/src/cache.c index 4a3bf11..10ac3b7 100644 --- a/src/cache.c +++ b/src/cache.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 jeanfi@gmail.com + * Copyright (C) 2011-2014 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -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; }