From f15d774da10fa73be8c43982b438f55e576a6936 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 6 Jan 2014 05:50:58 +0000 Subject: [PATCH] - remove extra \n --- src/mesh/mesh_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) LOG (GNUNET_ERROR_TYPE_WARNING, "unsolicited message form service (type %s)\n", GM_m2s (ntohs (msg->type))); - } FPRINTF (stdout, "\n"); + } LOG (GNUNET_ERROR_TYPE_DEBUG, "message processed\n"); if (GNUNET_YES == h->in_receive) { -- 2.25.1