Bug #4414
closed
Unnecessary log messages when using array:xxx() extension functions
Applies to branch:
9.9, trunk
Fix Committed on Branch:
9.9, trunk
Fixed in Maintenance Release:
Description
When using saxon-ee's built-in extension functions array:xxx(), we get unnecessary log messages like
Balance l=96 r=28
Balance l=124 r=35
Balance l=159 r=40
...
Can this be deleted or replaced with normal logging?
I can't see where these messages might be coming from. Can you supply a repro (a simple query or stylesheet that demonstrates the effect)?
Sorry, I've found it now. It's in a supporting routine for rebalancing binary trees (net.sf.saxon.ma.parray.ImmList2
). Obviously the messages shouldn't be there.
Sorry, I was no longer online and had not seen your question. I am happy that the origin has been found. Thanks.
- Category set to Diagnostics
- Status changed from New to Resolved
- Assignee set to Michael Kay
- Applies to branch 9.9, trunk added
- Fix Committed on Branch 9.9, trunk added
The rogue message has been removed.
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in Maintenance Release 9.9.1.7 added
Patch applied in the 9.9.1.7 maintenance release.
Please register to edit this issue
Also available in: Atom
PDF