Index: trunk/Ohana/src/opihi/mana/opihi.c
===================================================================
--- trunk/Ohana/src/opihi/mana/opihi.c	(revision 2598)
+++ trunk/Ohana/src/opihi/mana/opihi.c	(revision 7917)
@@ -10,6 +10,6 @@
 
 void welcome () {
-  fprintf (stderr, "\n");
-  fprintf (stderr, "Welcome to %s - %s\n\n", opihi_name, opihi_description);
+  gprint (GP_ERR, "\n");
+  gprint (GP_ERR, "Welcome to %s - %s\n\n", opihi_name, opihi_description);
 }
 
@@ -55,5 +55,5 @@
   f = fopen (opihi_history, "a");
   if (f == NULL) /* no current history file here */
-    fprintf (stderr, "can't save history.\n");
+    gprint (GP_ERR, "can't save history.\n");
   else
     fclose (f);
