]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/ip.c
Testsuite: show output from failed exim -d -bP exim_user
[user/henk/code/exim.git] / src / src / ip.c
index a8230a149d64e76cab2ee76e09597fd95281fc79..c275b1f00d2a8550065bf06f2c64c2c2d95910db 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\n");
     rc = connect(sock, s_ptr, s_len);
     }
   }