aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2016-03-30 09:17:49 +0000
committerBart Polot <bart@net.in.tum.de>2016-03-30 09:17:49 +0000
commita98361c9ab63b563183df5c8c0cd70b3431fdcf1 (patch)
treed9287be58ebbb17f03b90526d66f71a2ee813c95 /src
parentd1feb1925526307eeeef5875e010117f3ed55516 (diff)
downloadgnunet-a98361c9ab63b563183df5c8c0cd70b3431fdcf1.tar.gz
gnunet-a98361c9ab63b563183df5c8c0cd70b3431fdcf1.zip
- indent, clarify messages
Diffstat (limited to 'src')
-rw-r--r--src/cadet/gnunet-service-cadet_channel.c8
1 files 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,
2011 { 2011 {
2012 GNUNET_break_op (0); 2012 GNUNET_break_op (0);
2013 LOG (GNUNET_ERROR_TYPE_INFO, 2013 LOG (GNUNET_ERROR_TYPE_INFO,
2014 "MID %u on channel %s not expected (window: %u - %u). Dropping!\n", 2014 "MID %u on channel %s not expected (window: %u - %u). Dropping!\n",
2015 mid, GCCH_2s (ch), rel->mid_recv, rel->mid_recv + 63); 2015 mid, GCCH_2s (ch), rel->mid_recv, rel->mid_recv + 63);
2016 } 2016 }
2017 else 2017 else
2018 { 2018 {
@@ -2022,8 +2022,8 @@ GCCH_handle_data (struct CadetChannel *ch,
2022 if (NULL != rel->uniq) 2022 if (NULL != rel->uniq)
2023 { 2023 {
2024 LOG (GNUNET_ERROR_TYPE_WARNING, 2024 LOG (GNUNET_ERROR_TYPE_WARNING,
2025 "We are trying to send an ACK, but don't seem have the " 2025 "We are trying to send an ACK, but don't seem have the "
2026 "bandwidth. Try to increase your [ats] QUOTA in you config file\n"); 2026 "bandwidth. Have you set enough [ats] QUOTA in your config?\n");
2027 } 2027 }
2028 2028
2029 } 2029 }