Index: trunk/Ohana/src/opihi/dvo/skycat.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/skycat.c	(revision 7680)
+++ trunk/Ohana/src/opihi/dvo/skycat.c	(revision 7917)
@@ -35,5 +35,5 @@
 
   if (argc != 1) {
-    fprintf (stderr, "USAGE: skycat [-all]\n");
+    gprint (GP_ERR, "USAGE: skycat [-all]\n");
     return (FALSE);
   }
@@ -47,5 +47,5 @@
   skylist = SkyListByRadius (sky, Depth, graphmode.coords.crval1, graphmode.coords.crval2, Radius);
   
-  if (VERBOSE) fprintf (stderr, "region: %6.2f - %6.2f, %6.2f - %6.2f\n", 
+  if (VERBOSE) gprint (GP_ERR, "region: %6.2f - %6.2f, %6.2f - %6.2f\n", 
 			graphmode.coords.crval1 - Radius, graphmode.coords.crval1 + Radius, 
 			graphmode.coords.crval2 - Radius, graphmode.coords.crval2 + Radius);
@@ -65,5 +65,5 @@
   for (i = 0; i < Nregions; i++) {
     if (ShowAll || (stat (skylist[0].filename[i], &filestat) != -1)) {
-      if (VERBOSE) fprintf (stderr, "%3d %s %6.2f - %6.2f, %6.2f - %6.2f\n", i, regions[i][0].name, 
+      if (VERBOSE) gprint (GP_ERR, "%3d %s %6.2f - %6.2f, %6.2f - %6.2f\n", i, regions[i][0].name, 
 			    regions[i][0].Rmin, regions[i][0].Rmax, regions[i][0].Dmin, regions[i][0].Dmax);
 
@@ -93,5 +93,5 @@
   }
 
-  fprintf (stderr, "plotting %d catalogs\n", Npts/8);
+  gprint (GP_ERR, "plotting %d catalogs\n", Npts/8);
   Xvec.Nelements = Xvec.Nelements = Npts;
   if (Npts > 0) {
