Bug 31507

Summary: Misspelling in HierarchyDynamicMBean
Product: Log4j - Now in Jira Reporter: Seth Ladd <seth>
Component: OtherAssignee: log4j-dev <log4j-dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 1.2   
Target Milestone: ---   
Hardware: Other   
OS: other   

Description Seth Ladd 2004-10-01 20:36:16 UTC
There is a misspelling in HierarchyDynamicMBean.  There is an error message:

"Couls not add loggerMBean for ["+name+"]"

It should be: "Could"

Also, it does not send the exception to the logger.  The exception here is very
important.
Comment 1 Seth Ladd 2004-10-01 20:50:18 UTC
Specifically, it's line 130 in the class source file.
Comment 2 Curt Arnold 2006-08-01 21:54:03 UTC
Committed in rev 427758 (1.2 branch) and 427759 (trunk).