Minor enhancement to diagnostic message.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@381224 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1230,6 +1230,7 @@ public class LogFactoryImpl extends LogFactory {
|
|||||||
if (isDiagnosticsEnabled()) {
|
if (isDiagnosticsEnabled()) {
|
||||||
logDiagnostic("Could not instantiate Log '"
|
logDiagnostic("Could not instantiate Log '"
|
||||||
+ logAdapterClassName + "' -- "
|
+ logAdapterClassName + "' -- "
|
||||||
|
+ discoveryFlaw.getClass().getName() + ": "
|
||||||
+ discoveryFlaw.getLocalizedMessage());
|
+ discoveryFlaw.getLocalizedMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user