aboutsummaryrefslogtreecommitdiff
path: root/src/Sockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Sockets.c')
-rw-r--r--src/Sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Sockets.c b/src/Sockets.c
index 8d36ae8..33401ee 100644
--- a/src/Sockets.c
+++ b/src/Sockets.c
@@ -150,7 +150,7 @@ int HTTP_SetupServer(int port, int queue_size, int hunt)
sock = Socket_TCPOpenServerSocket (port, hunt ? &realport : NULL, queue_size);
if (sock == INVALID_SOCKET)
{
- CCTK_WARN (0, "HTTPD Failed to create server socket\n");
+ CCTK_WARN (0, "HTTPD Failed to create server socket");
}
Util_GetHostName(hostname, sizeof(hostname));