Changeset 5104 for trunk/archive/scripts/src/phase2/pmConfig.c
- Timestamp:
- Sep 22, 2005, 4:54:52 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/archive/scripts/src/phase2/pmConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/scripts/src/phase2/pmConfig.c
r4820 r5104 133 133 } 134 134 psTrace(__func__, 7, "Setting log destination to STDOUT.\n"); 135 psLogSetDestination( 0);135 psLogSetDestination(PS_LOG_TO_STDOUT); 136 136 } 137 137 … … 147 147 } 148 148 psTrace(__func__, 7, "Setting trace level for %s to %d\n", traceItem->name, traceItem->data.S32); 149 (void)psTraceSetLevel(traceItem->name, traceItem->data.S32);149 psTraceSetLevel(traceItem->name, traceItem->data.S32); 150 150 } 151 151 psFree(traceIter);
Note:
See TracChangeset
for help on using the changeset viewer.
