Changeset 12362
- Timestamp:
- Mar 8, 2007, 4:42:31 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmDetrendDB.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDetrendDB.c
r12300 r12362 201 201 goto failure; 202 202 } 203 psString fileLevel = psMetadataLookupStr(&mdstatus, md, "file _level");203 psString fileLevel = psMetadataLookupStr(&mdstatus, md, "filelevel"); 204 204 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."); 206 206 psLogMsg ("psModule.detrend", PS_LOG_ERROR, "detselect response:\n %s\n", buffer->data); 207 207 goto failure;
Note:
See TracChangeset
for help on using the changeset viewer.
