aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-09-05 14:38:42 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-09-05 14:38:42 +0000
commit40aef4fa7a2732b1c1d049274cdf0d84215f5dd3 (patch)
tree4eacd1013c1bdaa62dafa4df7e8f1d1cb12cf4c8 /src/ats/ats_api.c
parent956bdf4ec0c7941f4abd07f0732a736149237668 (diff)
downloadgnunet-40aef4fa7a2732b1c1d049274cdf0d84215f5dd3.tar.gz
gnunet-40aef4fa7a2732b1c1d049274cdf0d84215f5dd3.zip
debugging
Diffstat (limited to 'src/ats/ats_api.c')
-rw-r--r--src/ats/ats_api.c5
1 files 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 @@
33#include "platform.h" 33#include "platform.h"
34#include "gnunet_ats_service.h" 34#include "gnunet_ats_service.h"
35 35
36#define DEBUG_ATS GNUNET_YES 36#define DEBUG_ATS GNUNET_NO
37 37
38// NOTE: this implementation is simply supposed 38// NOTE: this implementation is simply supposed
39// to implement a simplistic strategy in-process; 39// to implement a simplistic strategy in-process;
@@ -490,8 +490,7 @@ update_session (void *cls, const GNUNET_HashCode * key, void *value)
490#if DEBUG_ATS 490#if DEBUG_ATS
491 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "ats-api", 491 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "ats-api",
492 "Updating session for peer `%s' plugin `%s'\n", 492 "Updating session for peer `%s' plugin `%s'\n",
493 GNUNET_h2s (key), arold->plugin_name, arnew->session, 493 GNUNET_h2s (key), arold->plugin_name);
494 arold->session);
495#endif 494#endif
496 495
497 if (0 != strcmp (arnew->plugin_name, arold->plugin_name)) 496 if (0 != strcmp (arnew->plugin_name, arold->plugin_name))