﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
152	psTraceSetLevel() gets the heirarchy wrong	rhl@…	george.gusciora@…	"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)"	defect	closed	high		sys	unspecified	normal	worksforme		
