debug tidying
[exim.git] / src / src / transports / pipe.c
index c1e2b26c7ccd8ba8a7d7af934df8c2ef011c28ca..6a7f150ac248847f5ce1a394720a89c391a44f2b 100644 (file)
@@ -738,7 +738,7 @@ tctx.u.fd = fd_in;
 
 /* Now fork a process to handle the output that comes down the pipe. */
 
-if ((outpid = exim_fork(US"pipe-transport output")) < 0)
+if ((outpid = exim_fork(US"pipe-tpt-output")) < 0)
   {
   addr->basic_errno = errno;
   addr->transport_return = DEFER;