aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/datacache.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-24 13:22:40 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-24 13:22:40 +0000
commite2dec2d081a9e2f1a9a19f114efaa974047f26a8 (patch)
tree045fc01ed157096adb5c6094c70b76ad5cb5285b /src/datacache/datacache.c
parent9f55be0f1ed0fe873344ef165bf0b23698749d07 (diff)
downloadgnunet-e2dec2d081a9e2f1a9a19f114efaa974047f26a8.tar.gz
gnunet-e2dec2d081a9e2f1a9a19f114efaa974047f26a8.zip
more logging, cleaning up logging
Diffstat (limited to 'src/datacache/datacache.c')
-rw-r--r--src/datacache/datacache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datacache/datacache.c b/src/datacache/datacache.c
index c83199f09..f79fae95b 100644
--- a/src/datacache/datacache.c
+++ b/src/datacache/datacache.c
@@ -33,6 +33,8 @@
33 33
34#define LOG(kind,...) GNUNET_log_from (kind, "datacache", __VA_ARGS__) 34#define LOG(kind,...) GNUNET_log_from (kind, "datacache", __VA_ARGS__)
35 35
36#define LOG_STRERROR_FILE(kind,op,fn) GNUNET_log_from_strerror_file (kind, "datacache", op, fn)
37
36/** 38/**
37 * Internal state of the datacache library. 39 * Internal state of the datacache library.
38 */ 40 */