aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-11-10 09:29:23 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-11-10 09:29:23 +0000
commit6e29a6969fd9fa6eb772fb77751fca5a85f4e717 (patch)
tree4672d1379217e1dc86ab9a07792c19042f1c33ff /src/ats
parent0af038fabc668461dcb73ed8d80fe3f0aebc26f8 (diff)
downloadgnunet-6e29a6969fd9fa6eb772fb77751fca5a85f4e717.tar.gz
gnunet-6e29a6969fd9fa6eb772fb77751fca5a85f4e717.zip
removing quota test output
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/gnunet-service-ats_scheduling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/gnunet-service-ats_scheduling.c b/src/ats/gnunet-service-ats_scheduling.c
index 493ff840f..dac84676f 100644
--- a/src/ats/gnunet-service-ats_scheduling.c
+++ b/src/ats/gnunet-service-ats_scheduling.c
@@ -142,7 +142,7 @@ GAS_scheduling_transmit_address_suggestion (const struct GNUNET_PeerIdentity
142 memcpy (addrp, plugin_addr, plugin_addr_len); 142 memcpy (addrp, plugin_addr, plugin_addr_len);
143 strcpy (&addrp[plugin_addr_len], plugin_name); 143 strcpy (&addrp[plugin_addr_len], plugin_name);
144 144
145 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "ATS sends quota for peer `%s': (in/out) %u/%u\n", 145 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "ATS sends quota for peer `%s': (in/out) %u/%u\n",
146 GNUNET_i2s (peer), ntohl (bandwidth_in.value__), ntohl(bandwidth_out.value__)); 146 GNUNET_i2s (peer), ntohl (bandwidth_in.value__), ntohl(bandwidth_out.value__));
147 147
148 GNUNET_SERVER_notification_context_unicast (nc, my_client, &msg->header, 148 GNUNET_SERVER_notification_context_unicast (nc, my_client, &msg->header,