Changeset 23600
- Timestamp:
- Mar 30, 2009, 10:43:06 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmDetrendDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDetrendDB.c
r23268 r23600 175 175 if (!pipe) { 176 176 psError (PS_ERR_IO, false, "error calling command %s", line); 177 psLogMsg ("psModules.detrend", PS_LOG_ERROR, "detselect command:\n %s\n", line); 177 178 goto failure; 178 179 } … … 188 189 psError (PS_ERR_IO, false, "error running detselect"); 189 190 psLogMsg ("psModules.detrend", PS_LOG_ERROR, "detselect command:\n %s\n", line); 191 goto failure; 192 } 193 194 if (!buffer->data || strlen(buffer->data) == 0) { 195 psError(PS_ERR_IO, true, "Unable to find suitable detrend"); 196 psLogMsg("psModules.detrend", PS_LOG_ERROR, "detselect command:\n %s\n", line); 190 197 goto failure; 191 198 }
Note:
See TracChangeset
for help on using the changeset viewer.
