aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh.c')
-rw-r--r--src/mesh/gnunet-service-mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index e75bad347..fb1f7848d 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -5008,7 +5008,7 @@ queue_send (void *cls, size_t size, void *buf)
5008 { 5008 {
5009 if (NULL != peer->queue_head) 5009 if (NULL != peer->queue_head)
5010 { 5010 {
5011 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 5011 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
5012 "********* %s stalled\n", 5012 "********* %s stalled\n",
5013 GNUNET_i2s(&my_full_id)); 5013 GNUNET_i2s(&my_full_id));
5014 if (NULL == cinfo) 5014 if (NULL == cinfo)