X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fip.c;h=c275b1f00d2a8550065bf06f2c64c2c2d95910db;hb=109ad60f4d0f4cf43d9dec72fc6eeb3c20d0f062;hp=ee70cf469085294575624b1a87b5d1fac8e9e5f1;hpb=4670e9d3b06f6f14c5d868f786b75e2d6b921c8d;p=user%2Fhenk%2Fcode%2Fexim.git 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); } }