IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2006, 7:14:33 AM (20 years ago)
Author:
eugene
Message:

fixed up logfiles and verbosity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/phase0.pro

    r10723 r10746  
    7979  # locked list
    8080  task.exit    default
    81     showcommand
    82   end
    83 
    84   # operation times out?
    85   task.exit    timeout
    86     showcommand
     81    showcommand failure
     82  end
     83
     84  # operation times out?
     85  task.exit    timeout
     86    showcommand timeout
    8787  end
    8888end
     
    149149  # default exit status
    150150  task.exit    default
    151     showcommand
     151    showcommand failure
    152152    queuepush Phase0Imfiles -replace -key 1 "FAIL $options:0"
    153153    $Phase0ImfileFail ++
     
    156156  # operation times out?
    157157  task.exit    timeout
    158     showcommand
     158    showcommand timeout
    159159    queuepush Phase0Imfiles -replace -key 1 "TIMEOUT $options:0"
    160160    $Phase0ImfileFail ++
Note: See TracChangeset for help on using the changeset viewer.