1
0

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:
Robert Burrell Donkin
2006-02-12 20:20:03 +00:00
parent 5106722c82
commit 6b8f983f0d

View File

@@ -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.");
} }