Index: /branches/eam_branches/ipp-pstamp-20260421/PS-IPP-Config/lib/PS/IPP/Config.pm
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 43053)
+++ /branches/eam_branches/ipp-pstamp-20260421/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 43054)
@@ -1786,4 +1786,5 @@
     } else {
 	if (defined $error_msg) {
+	    print "error message: $error_msg\n";
 	    if ($error_msg =~ /exited with value (\d+)/) {
 		$error_code = $1 << 8;
@@ -1796,4 +1797,5 @@
 	    }
 	} else {
+	    print "unknown failure to execute command $command\n";
 	    $error_code = 0x800;        # unknown failure
 	}
