summaryrefslogtreecommitdiff
path: root/src/src/ip.c
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-10-23 18:15:26 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-10-29 13:15:57 +0100
commita23ff3b4ab81658d0c8107ab01a518e6ca06bd6e (patch)
tree8b84ec28aa9665854643ed43c5411812268e0173 /src/src/ip.c
parent32c5107fabc2f87670d63dacb236b324a4a9b259 (diff)
tidying
Diffstat (limited to 'src/src/ip.c')
-rw-r--r--src/src/ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/ip.c b/src/src/ip.c
index ee70cf469..c275b1f00 100644
--- a/src/src/ip.c
+++ b/src/src/ip.c
@@ -240,7 +240,7 @@ if (fastopen)
)
{
DEBUG(D_transport)
- debug_printf("Tried TCP Fast Open but apparently not enabled by sysctl");
+ debug_printf("Tried TCP Fast Open but apparently not enabled by sysctl\n");
rc = connect(sock, s_ptr, s_len);
}
}