#152 closed defect (worksforme)
psTraceSetLevel() gets the heirarchy wrong
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | sys | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Try:
psTraceSetLevel("A.B", 2)
psTracePrintLevels()
. 0
A 2
B 2
Note that the A and B are on the _same_ level
psTraceSetLevel("A.B", 2)
psTracePrintLevels()
. 0
A 2
B 2
B 2
Note that the A and (new) B are (correctly) on _different_ levels, but that the old
A.B is still present (even if I call psTraceReset() first)
Change History (2)
comment:1 by , 22 years ago
| Owner: | changed from to |
|---|
comment:2 by , 22 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This bug has been fixed.