Index: trunk/Ohana/src/opihi/pantasks/LocalJob.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/LocalJob.c	(revision 4450)
+++ trunk/Ohana/src/opihi/pantasks/LocalJob.c	(revision 4451)
@@ -15,5 +15,5 @@
   pid = fork ();
   if (!pid) { /* must be child process */
-    fprintf (stderr, "starting controller connection\n");
+    fprintf (stderr, "starting local job\n");
 
     /* close the other ends of the pipes */
@@ -45,4 +45,6 @@
   job[0].pid = pid;
 
+  InitIOBuffer (&job[0].stdout, 0x100);
+  InitIOBuffer (&job[0].stderr, 0x100);
   return (TRUE);
 
