Browse Source

netsplit debug info

MissValeska 9 years ago
parent
commit
796c09a799
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/netsukuku.c

+ 1
- 1
src/netsukuku.c View File

@@ -437,7 +437,7 @@ parse_options(int argc, char **argv)
437 437
 
438 438
 		switch (c) {
439 439
                 case 'n':
440
-                    printf("%s", optarg);
440
+                    printf("netsplit argument: %s", optarg);
441 441
                     if(strcmp("inet", optarg) == 0 || strcmp("INET", optarg) == 0)
442 442
                         netsplit.netsplit_inet_mode = 1;
443 443
                     if(strcmp("ntk", optarg) == 0 || strcmp("NTK", optarg) == 0)

Loading…
Cancel
Save