]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/dircache.c
Move logging of dircache stats to dsi_close and reload request
[netatalk.git] / etc / afpd / dircache.c
index 41635beb4082894e570a752e5bc0393816f2511c..44378c641107cafa3d9b7dcb30e082e0d37cb48a 100644 (file)
@@ -567,7 +567,7 @@ int dircache_init(int reqsize)
  */
 void log_dircache_stat(void)
 {
-    LOG(log_debug, logtype_afpd, "dircache_stat: "
+    LOG(log_info, logtype_afpd, "dircache statistics: "
         "entries: %lu, lookups: %llu, hits: %llu, misses: %llu, added: %llu, removed: %llu, expunged: %llu, evicted: %llu",
         queue_count,
         dircache_stat.lookups,