projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
bbf551f
)
- log
author
Bart Polot
<bart@net.in.tum.de>
Thu, 30 Jan 2014 02:53:53 +0000
(
02:53
+0000)
committer
Bart Polot
<bart@net.in.tum.de>
Thu, 30 Jan 2014 02:53:53 +0000
(
02:53
+0000)
src/mesh/gnunet-service-mesh_connection.c
patch
|
blob
|
history
diff --git
a/src/mesh/gnunet-service-mesh_connection.c
b/src/mesh/gnunet-service-mesh_connection.c
index 057b9a7e64f300ec3519594d0b644597f11820cc..e0315ed7cd3e4c322ed062e9fc264e8dc0b53378 100644
(file)
--- a/
src/mesh/gnunet-service-mesh_connection.c
+++ b/
src/mesh/gnunet-service-mesh_connection.c
@@
-948,6
+948,7
@@
connection_fwd_keepalive (void *cls,
{
struct MeshConnection *c = cls;
+ LOG (GNUNET_ERROR_TYPE_DEBUG, "FWD keepalive for %s\n", GMC_2s (c));
c->fwd_maintenance_task = GNUNET_SCHEDULER_NO_TASK;
if (0 != (tc->reason & GNUNET_SCHEDULER_REASON_SHUTDOWN))
return;