aboutsummaryrefslogtreecommitdiff
path: root/src/ats/perf_ats_solver.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-05-13 12:47:54 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-05-13 12:47:54 +0000
commit9948a0b7e77fa3ae2d6ed28d7dc50236e869fc93 (patch)
tree53b1ab382b1c70cdab41de017bcc30a4380468a4 /src/ats/perf_ats_solver.c
parent093f0291be26fa3dfc6fc98a536028ef99517832 (diff)
downloadgnunet-9948a0b7e77fa3ae2d6ed28d7dc50236e869fc93.tar.gz
gnunet-9948a0b7e77fa3ae2d6ed28d7dc50236e869fc93.zip
supporting additional log formats like MPS
Diffstat (limited to 'src/ats/perf_ats_solver.c')
-rw-r--r--src/ats/perf_ats_solver.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ats/perf_ats_solver.c b/src/ats/perf_ats_solver.c
index 6504172d9..2017b794b 100644
--- a/src/ats/perf_ats_solver.c
+++ b/src/ats/perf_ats_solver.c
@@ -791,7 +791,11 @@ evaluate (int iteration)
791 if (0 == cp) 791 if (0 == cp)
792 continue; 792 continue;
793 if (NULL == cur) 793 if (NULL == cur)
794 {
794 GNUNET_break (0); 795 GNUNET_break (0);
796 fprintf (stderr,
797 "Missing result for %u peers\n", cp);
798 }
795 799
796 800
797 if (GNUNET_NO == cur->valid) 801 if (GNUNET_NO == cur->valid)