IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23578


Ignore:
Timestamp:
Mar 27, 2009, 3:21:41 PM (17 years ago)
Author:
Paul Price
Message:

More informative error message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psModules/src/detrend/pmDetrendDB.c

    r23268 r23578  
    191191    }
    192192
     193    if (strlen(buffer->data) == 0) {
     194        psError(PS_ERR_IO, true, "Unable to find suitable detrend");
     195        psLogMsg("psModules.detrend", PS_LOG_ERROR, "detselect command:\n %s\n", line);
     196        goto failure;
     197    }
     198
    193199    psTrace("psModules.detrend", 5, "got answer: %s\n", buffer->data);
    194200
Note: See TracChangeset for help on using the changeset viewer.