aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_mini.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-06 15:01:44 +0000
committerChristian Grothoff <christian@grothoff.org>2016-05-06 15:01:44 +0000
commit221996eb735384bb5478819e4358d2c648a16d7b (patch)
treefa8049781525b35c0689ddaf89792e60416bcff7 /src/nat/test_nat_mini.c
parent34aad61f423d2f6078ecfe51cb7a650fe528ab96 (diff)
downloadgnunet-221996eb735384bb5478819e4358d2c648a16d7b.tar.gz
gnunet-221996eb735384bb5478819e4358d2c648a16d7b.zip
fix compiler warnings
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;