aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_mini.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/test_nat_mini.c')
-rw-r--r--src/nat/test_nat_mini.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nat/test_nat_mini.c b/src/nat/test_nat_mini.c
index f5b63f698..d6ab2a321 100644
--- a/src/nat/test_nat_mini.c
+++ b/src/nat/test_nat_mini.c
@@ -121,8 +121,9 @@ main (int argc, char *const argv[])
121 NULL); 121 NULL);
122 122
123 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 123 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
124 "UPnP test for NAT library, timeout set to %d seconds\n", 124 "UPnP test for NAT library, timeout set to %s\n",
125 TIMEOUT); 125 GNUNET_STRINGS_relative_time_to_string (TIMEOUT,
126 GNUNET_YES));
126 GNUNET_PROGRAM_run (5, argv_prog, "test-nat-mini", "nohelp", options, &run, 127 GNUNET_PROGRAM_run (5, argv_prog, "test-nat-mini", "nohelp", options, &run,
127 NULL); 128 NULL);
128 return 0; 129 return 0;