Index: trunk/Ohana/src/opihi/pantasks/delete.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/delete.c	(revision 6687)
+++ trunk/Ohana/src/opihi/pantasks/delete.c	(revision 7917)
@@ -6,5 +6,5 @@
 
   if (argc < 2) {
-    fprintf (stderr, "USAGE: delete (JobID)\n");
+    gprint (GP_ERR, "USAGE: delete (JobID)\n");
     return (FALSE);
   }
@@ -12,5 +12,5 @@
   /* use a string interp to convert JobIDs to ints ? */
 
-  fprintf (stderr, "this function is not yet implemented\n");
+  gprint (GP_ERR, "this function is not yet implemented\n");
   return (TRUE);
 }
