aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-08-28 15:11:54 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-08-28 15:11:54 +0000
commit0bf12c31155ac0391ed094cbc65e5b6ac9763ccf (patch)
treed4db3c60abaef6d0697b9f87bfcefe19184a7900 /src/ats
parent6a0322e710513236be163c8d7ef5951760292a04 (diff)
downloadgnunet-0bf12c31155ac0391ed094cbc65e5b6ac9763ccf.tar.gz
gnunet-0bf12c31155ac0391ed094cbc65e5b6ac9763ccf.zip
changes
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/ats_api_scheduling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/ats_api_scheduling.c b/src/ats/ats_api_scheduling.c
index 42539fc9f..db71d1e1e 100644
--- a/src/ats/ats_api_scheduling.c
+++ b/src/ats/ats_api_scheduling.c
@@ -353,7 +353,7 @@ find_session (struct GNUNET_ATS_SchedulingHandle *sh, uint32_t session_id,
353 memcmp (peer, sh->session_array[session_id].session, 353 memcmp (peer, sh->session_array[session_id].session,
354 sizeof (struct GNUNET_PeerIdentity))) 354 sizeof (struct GNUNET_PeerIdentity)))
355 { 355 {
356 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, "ats-scheduling-api", 356 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "ats-scheduling-api",
357 "Session %p belongs to peer `%s'\n", 357 "Session %p belongs to peer `%s'\n",
358 sh->session_array[session_id].session, GNUNET_i2s_full ((struct GNUNET_PeerIdentity *)sh->session_array[session_id].session)); 358 sh->session_array[session_id].session, GNUNET_i2s_full ((struct GNUNET_PeerIdentity *)sh->session_array[session_id].session));
359/* 359/*