From a98361c9ab63b563183df5c8c0cd70b3431fdcf1 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 30 Mar 2016 09:17:49 +0000 Subject: [PATCH] - indent, clarify messages --- src/cadet/gnunet-service-cadet_channel.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cadet/gnunet-service-cadet_channel.c b/src/cadet/gnunet-service-cadet_channel.c index 1738dec1d..a2e01d28f 100644 --- a/src/cadet/gnunet-service-cadet_channel.c +++ b/src/cadet/gnunet-service-cadet_channel.c @@ -2011,8 +2011,8 @@ GCCH_handle_data (struct CadetChannel *ch, { GNUNET_break_op (0); LOG (GNUNET_ERROR_TYPE_INFO, - "MID %u on channel %s not expected (window: %u - %u). Dropping!\n", - mid, GCCH_2s (ch), rel->mid_recv, rel->mid_recv + 63); + "MID %u on channel %s not expected (window: %u - %u). Dropping!\n", + mid, GCCH_2s (ch), rel->mid_recv, rel->mid_recv + 63); } else { @@ -2022,8 +2022,8 @@ GCCH_handle_data (struct CadetChannel *ch, if (NULL != rel->uniq) { LOG (GNUNET_ERROR_TYPE_WARNING, - "We are trying to send an ACK, but don't seem have the " - "bandwidth. Try to increase your [ats] QUOTA in you config file\n"); + "We are trying to send an ACK, but don't seem have the " + "bandwidth. Have you set enough [ats] QUOTA in your config?\n"); } } -- 2.25.1