#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;
#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))