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:
076cdc1
)
- move debug log
author
Bart Polot
<bart@net.in.tum.de>
Tue, 15 Oct 2013 12:46:00 +0000
(12:46 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Tue, 15 Oct 2013 12:46:00 +0000
(12:46 +0000)
src/mesh/gnunet-service-mesh_channel.c
patch
|
blob
|
history
diff --git
a/src/mesh/gnunet-service-mesh_channel.c
b/src/mesh/gnunet-service-mesh_channel.c
index bded10dd8d4aa8599201caa1841024bef96b81aa..7ee1250207067dc18f10f58bd953e007d43c0eae 100644
(file)
--- a/
src/mesh/gnunet-service-mesh_channel.c
+++ b/
src/mesh/gnunet-service-mesh_channel.c
@@
-455,6
+455,10
@@
send_client_ack (struct MeshChannel *ch, int fwd)
{
struct MeshChannelReliability *rel = fwd ? ch->root_rel : ch->dest_rel;
+ LOG (GNUNET_ERROR_TYPE_DEBUG,
+ " sending %s ack to client on channel %s\n",
+ fwd ? "FWD" : "BCK", GMCH_2s (ch));
+
if (NULL == rel)
{
GNUNET_break (0);
@@
-1260,8
+1264,6
@@
GMCH_handle_local_data (struct MeshChannel *ch,
channel_save_copy (ch, &payload->header, fwd);
if (GMT_get_buffer (ch->t, fwd) > 0)
{
- LOG (GNUNET_ERROR_TYPE_DEBUG,
- " sending ack to client (%X)\n", ackid);
send_client_ack (ch, fwd);
}