IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35899 for trunk/ippScripts


Ignore:
Timestamp:
Aug 6, 2013, 4:28:56 PM (13 years ago)
Author:
watersc1
Message:

The regtool -checkburntoolimfile command returns an excessive amount
of information that does not need to be saved into every logfile
created by registration. I'm setting verbose=0 for that call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/register_imfile.pl

    r35841 r35899  
    291291
    292292    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    293         run ( command => $bt_check_command, verbose => $verbose);
     293        run ( command => $bt_check_command, verbose => 0);
    294294    unless ($success) {
    295295        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
Note: See TracChangeset for help on using the changeset viewer.