aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-30 22:42:04 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-30 22:42:04 +0000
commit416c2f5a713b93ba689a8cd1e038682a53e6bc17 (patch)
tree987f51d9edfddc02afe1524df5e1156b920c71d4 /src/nat
parentfceec98e767bce7ad2c24dde73cdcf8837e04013 (diff)
downloadgnunet-416c2f5a713b93ba689a8cd1e038682a53e6bc17.tar.gz
gnunet-416c2f5a713b93ba689a8cd1e038682a53e6bc17.zip
-LRN: use FPRINTF -- #2051
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/gnunet-nat-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/gnunet-nat-server.c b/src/nat/gnunet-nat-server.c
index 4b7e31ef8..0336ecc9d 100644
--- a/src/nat/gnunet-nat-server.c
+++ b/src/nat/gnunet-nat-server.c
@@ -284,7 +284,7 @@ run (void *cls, char *const *args, const char *cfgfile,
284 if ((args[0] == NULL) || (1 != SSCANF (args[0], "%u", &port)) || (0 == port) 284 if ((args[0] == NULL) || (1 != SSCANF (args[0], "%u", &port)) || (0 == port)
285 || (65536 <= port)) 285 || (65536 <= port))
286 { 286 {
287 fprintf (stderr, 287 FPRINTF (stderr,
288 _ 288 _
289 ("Please pass valid port number as the first argument! (got `%s')\n"), 289 ("Please pass valid port number as the first argument! (got `%s')\n"),
290 args[0]); 290 args[0]);