- fix
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh.c
index ec402f43bbdf8cd765737afffc1a37e74f238b64..10b65aa5d6b5ea9bdb60618c5a6759b840283866 100644 (file)
@@ -144,11 +144,11 @@ run (void *cls, struct GNUNET_SERVER_Handle *server,
   GNUNET_CRYPTO_eddsa_key_get_public (my_private_key, &my_full_id.public_key);
   myid = GNUNET_PEER_intern (&my_full_id);
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-              "Mesh for peer [%s] starting\n",
+              "STARTING SERVICE (MESH) for peer [%s]\n",
               GNUNET_i2s (&my_full_id));
 
   GML_init (server);    /* Local clients */
-  GMH_shutdown (c);     /* Hellos */
+  GMH_init (c);         /* Hellos */
   GMC_init (c);         /* Connections */
   GMP_init (c);         /* Peers */
   GMD_init (c);         /* DHT */