Index: trunk/Ohana/src/opihi/pcontrol/JobID.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/JobID.c	(revision 3203)
+++ trunk/Ohana/src/opihi/pcontrol/JobID.c	(revision 7917)
@@ -28,5 +28,5 @@
 }
 
-void PrintID (FILE *f, IDtype ID) {
+void PrintID (gpDest dest, IDtype ID) {
 
   unsigned short int word0, word1, word2, word3;
@@ -37,5 +37,5 @@
   word3 = 0xffff & (ID >> 48);
 
-  fprintf (f, "%x.%x.%x.%x", word3, word2, word1, word0);
+  gprint (dest, "%x.%x.%x.%x", word3, word2, word1, word0);
 }
 
