commit 119ea8602099651f3d147db0b74f1466bdcba541
parent f0c2f50e9149558d6e307e315d228ea5e2d14f86
Author: Matthias Wachs <wachs@net.in.tum.de>
Date: Tue, 10 Dec 2013 14:26:37 +0000
disable debugging break
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/ats/plugin_ats_proportional.c b/src/ats/plugin_ats_proportional.c
@@ -474,7 +474,7 @@ libgnunet_plugin_ats_proportional_done (void *cls)
LOG(GNUNET_ERROR_TYPE_DEBUG,
"Had %u addresses for network `%s' not deleted during shutdown\n",
s->network_entries[c].total_addresses, s->network_entries[c].desc);
- GNUNET_break(0);
+ //GNUNET_break(0);
}
if (s->network_entries[c].active_addresses > 0)
@@ -482,7 +482,7 @@ libgnunet_plugin_ats_proportional_done (void *cls)
LOG(GNUNET_ERROR_TYPE_DEBUG,
"Had %u active addresses for network `%s' not deleted during shutdown\n",
s->network_entries[c].active_addresses, s->network_entries[c].desc);
- GNUNET_break(0);
+ //GNUNET_break(0);
}
next = s->network_entries[c].head;