Index: trunk/Ohana/src/opihi/dvo/lcat.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/lcat.c	(revision 7680)
+++ trunk/Ohana/src/opihi/dvo/lcat.c	(revision 7917)
@@ -21,5 +21,5 @@
   }
   if (argc != 1) {
-    fprintf (stderr, "USAGE: lcat [-all]\n");
+    gprint (GP_ERR, "USAGE: lcat [-all]\n");
     return (FALSE);
   }
@@ -35,8 +35,8 @@
     if (stat (skylist[0].filename[i], &filestat) == -1) exists = 'N';
     if (ShowAll) {
-      fprintf (stderr, "%3d %s  %c\n", i, skylist[0].regions[i][0].name, exists);
+      gprint (GP_ERR, "%3d %s  %c\n", i, skylist[0].regions[i][0].name, exists);
     } else {
       if (exists == 'Y') {
-	fprintf (stderr, "%3d %s\n", i, skylist[0].regions[i][0].name);
+	gprint (GP_ERR, "%3d %s\n", i, skylist[0].regions[i][0].name);
       }
     }
