aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/perf_ats.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-30 09:32:01 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-30 09:32:01 +0000
commit247ecc51c01c54313844cb495c1fa829806bc170 (patch)
tree72d9f516765361cfae33825e2a2e7057d59b5c0a /src/ats-tests/perf_ats.c
parent4ed987ed9bd12e201d9146972274933b4479bb0e (diff)
downloadgnunet-247ecc51c01c54313844cb495c1fa829806bc170.tar.gz
gnunet-247ecc51c01c54313844cb495c1fa829806bc170.zip
fix and improved logging
Diffstat (limited to 'src/ats-tests/perf_ats.c')
-rw-r--r--src/ats-tests/perf_ats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats-tests/perf_ats.c b/src/ats-tests/perf_ats.c
index 7e835495c..33954f7eb 100644
--- a/src/ats-tests/perf_ats.c
+++ b/src/ats-tests/perf_ats.c
@@ -192,7 +192,7 @@ do_shutdown (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
192{ 192{
193 193
194 if (GNUNET_YES == logging) 194 if (GNUNET_YES == logging)
195 GNUNET_ATS_TEST_logging_stop(l); 195 GNUNET_ATS_TEST_logging_clean_up(l);
196 196
197 shutdown_task = GNUNET_SCHEDULER_NO_TASK; 197 shutdown_task = GNUNET_SCHEDULER_NO_TASK;
198 if (GNUNET_SCHEDULER_NO_TASK != progress_task) 198 if (GNUNET_SCHEDULER_NO_TASK != progress_task)