TFO: use IPPROTO_TCP not SOL_TCL for setsockopt, being present on more platforms
[exim.git] / src / src / ip.c
index a8230a149d64e76cab2ee76e09597fd95281fc79..ee70cf469085294575624b1a87b5d1fac8e9e5f1 100644 (file)
@@ -239,8 +239,8 @@ if (fastopen)
      && errno == EOPNOTSUPP
      )
     {
-    log_write(0, LOG_MAIN|LOG_PANIC,
-             "Tried TCP Fast Open but apparently not enabled by sysctl");
+    DEBUG(D_transport)
+      debug_printf("Tried TCP Fast Open but apparently not enabled by sysctl");
     rc = connect(sock, s_ptr, s_len);
     }
   }