- log output
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh.c
index e6ba01c4b69d72ce8cb05efe30e2c0f3a05507b2..10b65aa5d6b5ea9bdb60618c5a6759b840283866 100644 (file)
@@ -144,7 +144,7 @@ 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 */