Index: trunk/ippTools/src/chiptool.c
===================================================================
--- trunk/ippTools/src/chiptool.c	(revision 6210)
+++ trunk/ippTools/src/chiptool.c	(revision 6220)
@@ -61,7 +61,7 @@
         return false;
     }
-    bool status = p2writePendingFrames(config, pendingFrames);
-    if (!status) {
-        psError(PS_ERR_UNKNOWN, false, "p2writePendingFrames() failed");
+    bool status = p2PendingFramePrint(stdout, config, pendingFrames);
+    if (!status) {
+        psError(PS_ERR_UNKNOWN, false, "p2PendingFramePrint() failed");
         return false;
     }
@@ -143,7 +143,7 @@
         return false;
     }
-    bool status = p2writePendingFrames(config, pendingFrames);
-    if (!status) {
-        psError(PS_ERR_UNKNOWN, false,"p2insertPendingFrames() failed");
+    bool status = p2PendingFramePrint(stdout, config, pendingFrames);
+    if (!status) {
+        psError(PS_ERR_UNKNOWN, false,"p2PendingFramePrint() failed");
         return false;
     }
