- indent, clarify messages
authorBart Polot <bart@net.in.tum.de>
Wed, 30 Mar 2016 09:17:49 +0000 (09:17 +0000)
committerBart Polot <bart@net.in.tum.de>
Wed, 30 Mar 2016 09:17:49 +0000 (09:17 +0000)
src/cadet/gnunet-service-cadet_channel.c

index 1738dec1dead3697e74151f98d34a7da24f640fc..a2e01d28f49937d4b3a82c4394221c9caeca4efa 100644 (file)
@@ -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");
       }
 
     }