projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9089e3e
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Thu, 20 Oct 2011 11:38:06 +0000
(11:38 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 20 Oct 2011 11:38:06 +0000
(11:38 +0000)
src/util/network.c
patch
|
blob
|
history
diff --git
a/src/util/network.c
b/src/util/network.c
index 3085d271fd5880e0fe6412fc1aa7d344977f101d..3fc71e666094efa417abe866c2329670410ed534 100644
(file)
--- a/
src/util/network.c
+++ b/
src/util/network.c
@@
-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