- fixme
authorBart Polot <bart@net.in.tum.de>
Mon, 18 Nov 2013 19:00:43 +0000 (19:00 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 18 Nov 2013 19:00:43 +0000 (19:00 +0000)
src/mesh/gnunet-service-mesh_peer.c

index 8dda4584945a8595a939d185cb626c6b2f09b596..a1389b5396bce9a612469dd92c593ef798ab22cb 100644 (file)
@@ -755,6 +755,8 @@ search_handler (void *cls, const struct MeshPeerPath *path)
  * @param buf Where the to write the message.
  *
  * @return number of bytes written to buf
+ * 
+ * FIXME add GNUNET_MESSAGE_TYPE_MESH_KEEPALIVE
  */
 static size_t
 queue_send (void *cls, size_t size, void *buf)
@@ -841,8 +843,7 @@ queue_send (void *cls, size_t size, void *buf)
       break;
     default:
       GNUNET_break (0);
-      LOG (GNUNET_ERROR_TYPE_WARNING, "*   type unknown: %u\n",
-                  queue->type);
+      LOG (GNUNET_ERROR_TYPE_WARNING, "*   type unknown: %u\n", queue->type);
       data_size = 0;
   }