debug tidying
[exim.git] / src / src / smtp_in.c
index b5f44f5482d4cc3922d1fab25c88eeb859b014ae..268fd69560aa92db0214a9ff89785e96a24e31fc 100644 (file)
@@ -5759,7 +5759,7 @@ while (done <= 0)
 
       oldsignal = signal(SIGCHLD, SIG_IGN);
 
-      if ((pid = exim_fork(US"etrn command")) == 0)
+      if ((pid = exim_fork(US"etrn-command")) == 0)
        {
        smtp_input = FALSE;       /* This process is not associated with the */
        (void)fclose(smtp_in);    /* SMTP call any more. */
@@ -5771,7 +5771,7 @@ while (done <= 0)
        into another process. */
 
        if (  !smtp_etrn_serialize 
-          || (pid = exim_fork(US"etrn serialised command")) == 0)
+          || (pid = exim_fork(US"etrn-serialised-command")) == 0)
          {
          DEBUG(D_exec) debug_print_argv(argv);
          exim_nullstd();                   /* Ensure std{in,out,err} exist */