Improved diagnostic message.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@377234 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1188,7 +1188,7 @@ public class LogFactoryImpl extends LogFactory {
|
|||||||
if (allowFlawedContext) {
|
if (allowFlawedContext) {
|
||||||
if (isDiagnosticsEnabled()) {
|
if (isDiagnosticsEnabled()) {
|
||||||
logDiagnostic(
|
logDiagnostic(
|
||||||
"Warning: the context classloader is not part of a"
|
"[WARNING] the context classloader is not part of a"
|
||||||
+ " parent-child relationship with the classloader that"
|
+ " parent-child relationship with the classloader that"
|
||||||
+ " loaded LogFactoryImpl.");
|
+ " loaded LogFactoryImpl.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user