IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2026, 2:55:32 PM (2 weeks ago)
Author:
eugene
Message:

add a debug message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/PS-IPP-Config/lib/PS/IPP/Config.pm

    r43053 r43054  
    17861786    } else {
    17871787        if (defined $error_msg) {
     1788            print "error message: $error_msg\n";
    17881789            if ($error_msg =~ /exited with value (\d+)/) {
    17891790                $error_code = $1 << 8;
     
    17961797            }
    17971798        } else {
     1799            print "unknown failure to execute command $command\n";
    17981800            $error_code = 0x800;        # unknown failure
    17991801        }
Note: See TracChangeset for help on using the changeset viewer.