aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-01-06 05:50:58 +0000
committerBart Polot <bart@net.in.tum.de>2014-01-06 05:50:58 +0000
commitf15d774da10fa73be8c43982b438f55e576a6936 (patch)
tree8cc8b517dfef6faaadc3c17d535e6411dd430cf6 /src
parent2c132496d485c83553e9643e510aacaafff2dcc8 (diff)
downloadgnunet-f15d774da10fa73be8c43982b438f55e576a6936.tar.gz
gnunet-f15d774da10fa73be8c43982b438f55e576a6936.zip
- remove extra \n
Diffstat (limited to 'src')
-rw-r--r--src/mesh/mesh_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index 6d16be08e..878d7a2b8 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -1175,7 +1175,7 @@ msg_received (void *cls, const struct GNUNET_MessageHeader *msg)
1175 LOG (GNUNET_ERROR_TYPE_WARNING, 1175 LOG (GNUNET_ERROR_TYPE_WARNING,
1176 "unsolicited message form service (type %s)\n", 1176 "unsolicited message form service (type %s)\n",
1177 GM_m2s (ntohs (msg->type))); 1177 GM_m2s (ntohs (msg->type)));
1178 } FPRINTF (stdout, "\n"); 1178 }
1179 LOG (GNUNET_ERROR_TYPE_DEBUG, "message processed\n"); 1179 LOG (GNUNET_ERROR_TYPE_DEBUG, "message processed\n");
1180 if (GNUNET_YES == h->in_receive) 1180 if (GNUNET_YES == h->in_receive)
1181 { 1181 {