Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.133.2.43 -r1.133.2.44 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 25 Jul 2014 08:15:53 -0000 1.133.2.43 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 25 Jul 2014 08:20:31 -0000 1.133.2.44 @@ -3269,7 +3269,7 @@ # details. Therefore we add the exit code to the # messages. # - set extra "called child process exited with exit-code [lindex $s_errorCode 0 end]" + set extra "child process (pid [lindex $s_errorCode 0 1]) exited with exit-code [lindex $s_errorCode 0 end]" append string " ($extra)" set s_errorInfo $extra\n$s_errorInfo }