aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api_peer_change_preference.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/ats_api_peer_change_preference.c')
-rw-r--r--src/ats/ats_api_peer_change_preference.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ats/ats_api_peer_change_preference.c b/src/ats/ats_api_peer_change_preference.c
index 7290ebb7a..bff9306e4 100644
--- a/src/ats/ats_api_peer_change_preference.c
+++ b/src/ats/ats_api_peer_change_preference.c
@@ -251,11 +251,9 @@ GNUNET_ATS_peer_change_preference (struct GNUNET_ATS_SchedulingHandle *h,
251 rim->reserve_inbound = htonl (amount); 251 rim->reserve_inbound = htonl (amount);
252 rim->preference_change = GNUNET_htonll (preference); 252 rim->preference_change = GNUNET_htonll (preference);
253 rim->peer = *peer; 253 rim->peer = *peer;
254#if DEBUG_ATS
255 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 254 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
256 "Queueing CHANGE PREFERENCE request for peer `%s' with RIM %u\n", 255 "Queueing CHANGE PREFERENCE request for peer `%s' with RIM %u\n",
257 GNUNET_i2s (peer), (unsigned int) pr->rim_id); 256 GNUNET_i2s (peer), (unsigned int) pr->rim_id);
258#endif
259 GNUNET_CONTAINER_DLL_insert_tail (h->control_pending_head, 257 GNUNET_CONTAINER_DLL_insert_tail (h->control_pending_head,
260 h->control_pending_tail, cm); 258 h->control_pending_tail, cm);
261 pr->pcic = info; 259 pr->pcic = info;