Index: trunk/Ohana/src/opihi/mana/rawstars.c
===================================================================
--- trunk/Ohana/src/opihi/mana/rawstars.c	(revision 2938)
+++ trunk/Ohana/src/opihi/mana/rawstars.c	(revision 7917)
@@ -35,5 +35,5 @@
   if ((yp = SelectVector (argv[3], OLDVECTOR, TRUE)) == NULL) return (FALSE);
   if (xp[0].Nelements != yp[0].Nelements) {
-    fprintf (stderr, "vectors are not the same length\n");
+    gprint (GP_ERR, "vectors are not the same length\n");
     return (FALSE);
   }
@@ -90,5 +90,5 @@
 
  usage:
-  fprintf (stderr, "rawstars (buffer) (xp) (yp)\n");
+  gprint (GP_ERR, "rawstars (buffer) (xp) (yp)\n");
   return (FALSE);
 }
