aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh_peer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_peer.c b/src/mesh/gnunet-service-mesh_peer.c
index 4160e5fa7..1701ae820 100644
--- a/src/mesh/gnunet-service-mesh_peer.c
+++ b/src/mesh/gnunet-service-mesh_peer.c
@@ -289,7 +289,7 @@ core_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
289 } 289 }
290 else 290 else
291 { 291 {
292 LOG (GNUNET_ERROR_TYPE_DEBUG, "CONNECTED %s <= %s\n", 292 LOG (GNUNET_ERROR_TYPE_INFO, "CONNECTED %s <= %s\n",
293 own_id, GNUNET_i2s (peer)); 293 own_id, GNUNET_i2s (peer));
294 path = path_new (2); 294 path = path_new (2);
295 path->peers[1] = mp->id; 295 path->peers[1] = mp->id;