aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Sockets.c b/src/Sockets.c
index be6ba6d..729e323 100644
--- a/src/Sockets.c
+++ b/src/Sockets.c
@@ -179,7 +179,7 @@ int HTTP_SetupServer(int which_port, int queue_size, int which_hunt)
if (file)
{
fprintf (file, "HTTPD server started on <A HREF=\"http://%s:%lu\">http://%s:%lu</A>",
- hostname, httpport, hostname, httpport);
+ HTTP_Master (), (unsigned int) HTTP_Port (), HTTP_Master (), (unsigned int) HTTP_Port ());
fclose (file);
}
free (filename);