IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12362


Ignore:
Timestamp:
Mar 8, 2007, 4:42:31 PM (19 years ago)
Author:
Paul Price
Message:

file_level is one word in the database.

File:
1 edited

Legend:

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

    r12300 r12362  
    201201        goto failure;
    202202    }
    203     psString fileLevel = psMetadataLookupStr(&mdstatus, md, "file_level");
     203    psString fileLevel = psMetadataLookupStr(&mdstatus, md, "filelevel");
    204204    if (!mdstatus || !fileLevel || strlen(fileLevel) == 0) {
    205         psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find file_level in output from detselect.");
     205        psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find filelevel in output from detselect.");
    206206        psLogMsg ("psModule.detrend", PS_LOG_ERROR, "detselect response:\n %s\n", buffer->data);
    207207        goto failure;
Note: See TracChangeset for help on using the changeset viewer.