aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-20 11:38:06 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-20 11:38:06 +0000
commitd1e4d9e7667b952bdd88cbb3f4f05e3698c31323 (patch)
tree861a9496e1c889f1393566c63ea25ff87bbc4b97
parent9089e3e35eb5e391da26401346a7a9277cd5e780 (diff)
downloadgnunet-d1e4d9e7667b952bdd88cbb3f4f05e3698c31323.tar.gz
gnunet-d1e4d9e7667b952bdd88cbb3f4f05e3698c31323.zip
fix
-rw-r--r--src/util/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/network.c b/src/util/network.c
index 3085d271f..3fc71e666 100644
--- a/src/util/network.c
+++ b/src/util/network.c
@@ -30,7 +30,7 @@
30#include "gnunet_container_lib.h" 30#include "gnunet_container_lib.h"
31 31
32#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__) 32#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)
33 33#define LOG_STRERROR_FILE(kind,syscall,filename) GNUNET_log_from_strerror_file (kind, "util", syscall, filename)
34#define LOG_STRERROR(kind,syscall) GNUNET_log_from_strerror (kind, "util", syscall) 34#define LOG_STRERROR(kind,syscall) GNUNET_log_from_strerror (kind, "util", syscall)
35 35
36#define DEBUG_NETWORK GNUNET_EXTRA_LOGGING 36#define DEBUG_NETWORK GNUNET_EXTRA_LOGGING