Changeset 18103
- Timestamp:
- Jun 12, 2008, 3:26:20 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmDetrendDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDetrendDB.c
r16846 r18103 177 177 if (!status) { 178 178 psError (PS_ERR_IO, false, "detselect is not responding"); 179 psLogMsg ("psModule.detrend", PS_LOG_ERROR, "detselect command:\n %s\n", line); 179 180 goto failure; 180 181 } … … 182 183 if (exit_status) { 183 184 psError (PS_ERR_IO, false, "error running detselect"); 185 psLogMsg ("psModule.detrend", PS_LOG_ERROR, "detselect command:\n %s\n", line); 184 186 goto failure; 185 187 }
Note:
See TracChangeset
for help on using the changeset viewer.
