Index: trunk/Ohana/src/opihi/lib.shell/opihi.c
===================================================================
--- trunk/Ohana/src/opihi/lib.shell/opihi.c	(revision 7892)
+++ trunk/Ohana/src/opihi/lib.shell/opihi.c	(revision 7917)
@@ -25,9 +25,9 @@
       ppid = getppid();
       if (ppid == 1) {
-	fprintf (stderr, "caught parent shutdown\n");
+	gprint (GP_ERR, "caught parent shutdown\n");
 	exit (2);
       }
       if (!isatty (STDIN_FILENO)) exit (2);
-      fprintf (stdout, "Use \"quit\" to exit\n");
+      gprint (GP_LOG, "Use \"quit\" to exit\n");
       Nbad ++;
       continue;
