Index: trunk/Ohana/src/opihi/dvo/dvo.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/dvo.c	(revision 7680)
+++ trunk/Ohana/src/opihi/dvo/dvo.c	(revision 7917)
@@ -19,5 +19,5 @@
 
   if (!SetCATDIR (NULL, FALSE)) {
-    fprintf (stderr, "CATDIR is not defined\n");
+    gprint (GP_ERR, "CATDIR is not defined\n");
   }
 
@@ -38,6 +38,6 @@
 /* standard welcome message */
 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);
 }
 
