Index: branches/eam_branches/ipp-20120601/psModules/src/extras/psPipe.c
===================================================================
--- branches/eam_branches/ipp-20120601/psModules/src/extras/psPipe.c	(revision 34049)
+++ branches/eam_branches/ipp-20120601/psModules/src/extras/psPipe.c	(revision 34051)
@@ -105,7 +105,6 @@
 
         status = execvp (argv[0], argv);
-
-        // this statement exits the child, not the parent, process
-        exit (1);
+        psWarning ("error running exec for child process");
+        exit (1); // this statement exits the child, not the parent, process
     }
     psFree (cmd);
