aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/ats_api_scheduling.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ats/ats_api_scheduling.c b/src/ats/ats_api_scheduling.c
index 646cb9b1f..d00a39a8a 100644
--- a/src/ats/ats_api_scheduling.c
+++ b/src/ats/ats_api_scheduling.c
@@ -687,6 +687,11 @@ GNUNET_ATS_address_add (struct GNUNET_ATS_SchedulingHandle *sh,
687 { 687 {
688 /* Already existing, nothing todo, but this should not happen */ 688 /* Already existing, nothing todo, but this should not happen */
689 GNUNET_break (0); 689 GNUNET_break (0);
690 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
691 "Diagnostics: %s:%s - %p\n",
692 GNUNET_i2s (&address->peer),
693 address->transport_name,
694 session);
690 return NULL; 695 return NULL;
691 } 696 }
692 s = find_empty_session_slot (sh); 697 s = find_empty_session_slot (sh);