Index: trunk/Ohana/src/opihi/cmd.astro/czplot.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.astro/czplot.c	(revision 7080)
+++ trunk/Ohana/src/opihi/cmd.astro/czplot.c	(revision 7917)
@@ -12,5 +12,5 @@
 
   if (argc != 6) {
-    fprintf (stderr, "USAGE: czplot <x> <y> <z> min max\n");
+    gprint (GP_ERR, "USAGE: czplot <x> <y> <z> min max\n");
     return (FALSE);
   }
@@ -28,9 +28,9 @@
 
   if (xvec[0].Nelements != yvec[0].Nelements) {
-    fprintf (stderr, "vectors %s and %s not the same length\n", argv[1], argv[2]);
+    gprint (GP_ERR, "vectors %s and %s not the same length\n", argv[1], argv[2]);
     return (FALSE);
   }
   if (xvec[0].Nelements != zvec[0].Nelements) {
-    fprintf (stderr, "vectors %s and %s not the same length\n", argv[1], argv[3]);
+    gprint (GP_ERR, "vectors %s and %s not the same length\n", argv[1], argv[3]);
     return (FALSE);
   }
