Index: trunk/Ohana/src/opihi/dvo/cmatch.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/cmatch.c	(revision 7680)
+++ trunk/Ohana/src/opihi/dvo/cmatch.c	(revision 7917)
@@ -9,11 +9,11 @@
 
   if (argc != 9) {
-    fprintf (stderr, "USAGE: cmatch file radius (RA) (DEC) (Mag) (dRA) (dDEC) (dMag)\n");
-    fprintf (stderr, "       match a set of object coordinates with a DVO db table\n");
+    gprint (GP_ERR, "USAGE: cmatch file radius (RA) (DEC) (Mag) (dRA) (dDEC) (dMag)\n");
+    gprint (GP_ERR, "       match a set of object coordinates with a DVO db table\n");
     return (FALSE);
   }
 
   /*** this function is not well-defined.  re-assess it and re-code it ***/
-  fprintf (stderr, "disabled for now\n");
+  gprint (GP_ERR, "disabled for now\n");
   return (FALSE);
 
@@ -41,5 +41,5 @@
   }
   unlock_catalog (&catalog1);
-  fprintf (stderr, "read %d stars from phot catalog file %s\n", catalog1.Naverage, filename);
+  gprint (GP_ERR, "read %d stars from phot catalog file %s\n", catalog1.Naverage, filename);
 
   /* this is for loading from a text file, presumably hstgsc or usno
