aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/test_cadet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/test_cadet.c')
-rw-r--r--src/cadet/test_cadet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/test_cadet.c b/src/cadet/test_cadet.c
index e37956c34..87e5fe992 100644
--- a/src/cadet/test_cadet.c
+++ b/src/cadet/test_cadet.c
@@ -863,12 +863,12 @@ main (int argc, char *argv[])
863 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Start\n"); 863 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Start\n");
864 864
865 /* Find out requested size */ 865 /* Find out requested size */
866 if (strstr (argv[0], "test_direct") != NULL) 866 if (strstr (argv[0], "_2_") != NULL)
867 { 867 {
868 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "DIRECT CONNECTIONs\n"); 868 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "DIRECT CONNECTIONs\n");
869 peers_requested = 2; 869 peers_requested = 2;
870 } 870 }
871 else if (strstr (argv[0], "test_small") != NULL) 871 else if (strstr (argv[0], "_5_") != NULL)
872 { 872 {
873 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "5 PEER LINE\n"); 873 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "5 PEER LINE\n");
874 peers_requested = 5; 874 peers_requested = 5;