- remove extra \n
authorBart Polot <bart@net.in.tum.de>
Mon, 6 Jan 2014 05:50:58 +0000 (05:50 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 6 Jan 2014 05:50:58 +0000 (05:50 +0000)
src/mesh/mesh_api.c

index 6d16be08e87d78780b0c669368935a2a7f86ebf2..878d7a2b8d00909f0e471a0de8d8440ba2205bd0 100644 (file)
@@ -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)
   {