aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api_scheduling.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-18 18:42:58 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-18 18:42:58 +0000
commitc0696a21aebdb3a3961bece3cbbb3c307cd2ab29 (patch)
tree99657007ed941cef56dcfd6f3229e03701b4170c /src/ats/ats_api_scheduling.c
parented972379c278dc979b0545bb94b0d6106bb6a045 (diff)
downloadgnunet-c0696a21aebdb3a3961bece3cbbb3c307cd2ab29.tar.gz
gnunet-c0696a21aebdb3a3961bece3cbbb3c307cd2ab29.zip
-log more diagnostics
Diffstat (limited to 'src/ats/ats_api_scheduling.c')
-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);