aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-14 23:44:22 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-14 23:44:22 +0000
commit720afac61536fbb212c0010f31764704c12aab0f (patch)
tree323e2147f8c13f27c5699e237d08649a2f6242d3 /src/ats
parentb633941315e126aed01437fb56bcc8dfb64908b1 (diff)
downloadgnunet-720afac61536fbb212c0010f31764704c12aab0f.tar.gz
gnunet-720afac61536fbb212c0010f31764704c12aab0f.zip
-fixing misc seaspider parser errors
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/perf_ats_mlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/perf_ats_mlp.c b/src/ats/perf_ats_mlp.c
index a06f16c3e..bace9809f 100644
--- a/src/ats/perf_ats_mlp.c
+++ b/src/ats/perf_ats_mlp.c
@@ -231,7 +231,7 @@ check (void *cls, char *const *args, const char *cfgfile,
231 if ((update_percentage >= 0) && (update_percentage <= 100)) 231 if ((update_percentage >= 0) && (update_percentage <= 100))
232 { 232 {
233 update = GNUNET_YES; 233 update = GNUNET_YES;
234 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Benchmarking with existing presolution and %u \% updated addresses\n", update_percentage); 234 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Benchmarking with existing presolution and %u%% updated addresses\n", update_percentage);
235 } 235 }
236 else if ((update_percentage > 100) && (update_percentage != UINT_MAX)) 236 else if ((update_percentage > 100) && (update_percentage != UINT_MAX))
237 { 237 {