X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5bf8a51681e171328e72f5d5b5ef8fd8a67d5f05..ff9663026d1a318d385730c4a2c3e85508b4b00b:/src/src/deliver.c diff --git a/src/src/deliver.c b/src/src/deliver.c index c4160a50c..467813800 100644 --- a/src/src/deliver.c +++ b/src/src/deliver.c @@ -4642,6 +4642,7 @@ all pipes, so I do not see a reason to use non-blocking IO here search_tidyup(); + DEBUG(D_deliver) debug_printf("forking transport process\n"); if ((pid = fork()) == 0) { int fd = pfd[pipe_write]; @@ -4972,6 +4973,7 @@ all pipes, so I do not see a reason to use non-blocking IO here (void)close(fd); exit(EXIT_SUCCESS); } + DEBUG(D_deliver) debug_printf("forked transport process (%d)\n", pid); /* Back in the mainline: close the unwanted half of the pipe. */