Bug #4414
closedUnnecessary log messages when using array:xxx() extension functions
100%
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?
Updated by Michael Kay almost 5 years ago
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)?
Updated by Michael Kay almost 5 years ago
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.
Updated by Johan Gheys almost 5 years ago
Sorry, I was no longer online and had not seen your question. I am happy that the origin has been found. Thanks.
Updated by Michael Kay almost 5 years ago
- 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.
Updated by O'Neil Delpratt over 4 years ago
- 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