IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18103


Ignore:
Timestamp:
Jun 12, 2008, 3:26:20 PM (18 years ago)
Author:
Paul Price
Message:

Ensure command is printed when there's an error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmDetrendDB.c

    r16846 r18103  
    177177    if (!status) {
    178178        psError (PS_ERR_IO, false, "detselect is not responding");
     179        psLogMsg ("psModule.detrend", PS_LOG_ERROR, "detselect command:\n %s\n", line);
    179180        goto failure;
    180181    }
     
    182183    if (exit_status) {
    183184        psError (PS_ERR_IO, false, "error running detselect");
     185        psLogMsg ("psModule.detrend", PS_LOG_ERROR, "detselect command:\n %s\n", line);
    184186        goto failure;
    185187    }
Note: See TracChangeset for help on using the changeset viewer.