IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#152 closed defect (worksforme)

psTraceSetLevel() gets the heirarchy wrong

Reported by: rhl@… Owned by: george.gusciora@…
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 robert.desonia@…, 22 years ago

Owner: changed from robert.desonia@… to george.gusciora@…

comment:2 by gusciora@…, 22 years ago

Resolution: worksforme
Status: newclosed

This bug has been fixed.

Note: See TracTickets for help on using tickets.