Index: trunk/Ohana/src/opihi/lib.shell/startup.c
===================================================================
--- trunk/Ohana/src/opihi/lib.shell/startup.c	(revision 5919)
+++ trunk/Ohana/src/opihi/lib.shell/startup.c	(revision 7917)
@@ -19,5 +19,5 @@
   /* load config data (.ptolemyrc) */
   if (!ConfigInit (argc, argv)) {
-    fprintf (stderr, "can't find config file. some functions will be unavailable\n");
+    gprint (GP_ERR, "can't find config file. some functions will be unavailable\n");
   }
 
@@ -58,5 +58,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);
