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:
de4f831
)
(no commit message)
author
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 16 Nov 2011 19:58:14 +0000
(19:58 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 16 Nov 2011 19:58:14 +0000
(19:58 +0000)
src/transport/plugin_transport_udp.c
patch
|
blob
|
history
diff --git
a/src/transport/plugin_transport_udp.c
b/src/transport/plugin_transport_udp.c
index 51e856804f432105cca03c91bf3c2f1f9817b7a7..081b930caf05f7a0fa789f89d779645c1d1254fb 100644
(file)
--- a/
src/transport/plugin_transport_udp.c
+++ b/
src/transport/plugin_transport_udp.c
@@
-963,7
+963,7
@@
invalidation_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
struct Session *s = cls;
s->invalidation_task = GNUNET_SCHEDULER_NO_TASK;
- LOG (GNUNET_ERROR_TYPE_
ERROR
, "Session %X (`%s') is now invalid\n", s,
+ LOG (GNUNET_ERROR_TYPE_
DEBUG
, "Session %X (`%s') is now invalid\n", s,
GNUNET_a2s (s->sock_addr, s->addrlen));
s->plugin->env->session_end (s->plugin->env->cls, &s->target, s);