From: Bart Polot Date: Mon, 6 Jan 2014 05:50:58 +0000 (+0000) Subject: - remove extra \n X-Git-Tag: initial-import-from-subversion-38251~5133 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f15d774da10fa73be8c43982b438f55e576a6936;p=oweals%2Fgnunet.git - remove extra \n --- 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) {