aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-21 18:41:07 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-21 18:41:07 +0200
commit114def25b1d825b78521554730754dc1acf3bb60 (patch)
tree17081598a01e88b8669b6ce974e52ea0a05b3ee8 /src/rps
parent61bf943d09cd43ca5fe9de1a8d329b808b0b194d (diff)
downloadgnunet-114def25b1d825b78521554730754dc1acf3bb60.tar.gz
gnunet-114def25b1d825b78521554730754dc1acf3bb60.zip
sanitize log levels
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/test_rps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index 542919425..bae28428f 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -2782,7 +2782,7 @@ main (int argc, char *argv[])
2782 { 2782 {
2783 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "This is the profiler\n"); 2783 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "This is the profiler\n");
2784 cur_test_run.name = "test-rps-profiler"; 2784 cur_test_run.name = "test-rps-profiler";
2785 num_peers = 10; 2785 num_peers = 100;
2786 mal_type = 3; 2786 mal_type = 3;
2787 cur_test_run.init_peer = profiler_init_peer; 2787 cur_test_run.init_peer = profiler_init_peer;
2788 //cur_test_run.pre_test = mal_pre; 2788 //cur_test_run.pre_test = mal_pre;