fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 20 Oct 2011 11:38:06 +0000 (11:38 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 20 Oct 2011 11:38:06 +0000 (11:38 +0000)
src/util/network.c

index 3085d271fd5880e0fe6412fc1aa7d344977f101d..3fc71e666094efa417abe866c2329670410ed534 100644 (file)
@@ -30,7 +30,7 @@
 #include "gnunet_container_lib.h"
 
 #define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)
-
+#define LOG_STRERROR_FILE(kind,syscall,filename) GNUNET_log_from_strerror_file (kind, "util", syscall, filename)
 #define LOG_STRERROR(kind,syscall) GNUNET_log_from_strerror (kind, "util", syscall)
 
 #define DEBUG_NETWORK GNUNET_EXTRA_LOGGING