From 40aef4fa7a2732b1c1d049274cdf0d84215f5dd3 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 5 Sep 2011 14:38:42 +0000 Subject: [PATCH] debugging --- src/ats/ats_api.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ats/ats_api.c b/src/ats/ats_api.c index 7c02d29ff..ab3ca4e9c 100644 --- a/src/ats/ats_api.c +++ b/src/ats/ats_api.c @@ -33,7 +33,7 @@ #include "platform.h" #include "gnunet_ats_service.h" -#define DEBUG_ATS GNUNET_YES +#define DEBUG_ATS GNUNET_NO // NOTE: this implementation is simply supposed // to implement a simplistic strategy in-process; @@ -490,8 +490,7 @@ update_session (void *cls, const GNUNET_HashCode * key, void *value) #if DEBUG_ATS GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "ats-api", "Updating session for peer `%s' plugin `%s'\n", - GNUNET_h2s (key), arold->plugin_name, arnew->session, - arold->session); + GNUNET_h2s (key), arold->plugin_name); #endif if (0 != strcmp (arnew->plugin_name, arold->plugin_name)) -- 2.25.1