This one needed more spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@581093 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1195,11 +1195,11 @@ public abstract class LogFactory {
|
|||||||
+ LogFactory.class.getName() + "'. ";
|
+ LogFactory.class.getName() + "'. ";
|
||||||
if (implementsLogFactory) {
|
if (implementsLogFactory) {
|
||||||
msg = msg + "The conflict is caused by the presence of multiple LogFactory classes in incompatible classloaders. " +
|
msg = msg + "The conflict is caused by the presence of multiple LogFactory classes in incompatible classloaders. " +
|
||||||
"Background can be found in http://commons.apache.org/logging/tech.html. " +
|
"Background can be found in http://commons.apache.org/logging/tech.html. " +
|
||||||
"If you have not explicitly specified a custom LogFactory then it is likely that " +
|
"If you have not explicitly specified a custom LogFactory then it is likely that " +
|
||||||
"the container has set one without your knowledge. " +
|
"the container has set one without your knowledge. " +
|
||||||
"In this case, consider using the commons-logging-adapters.jar file or " +
|
"In this case, consider using the commons-logging-adapters.jar file or " +
|
||||||
"specifying the standard LogFactory from the command line. ";
|
"specifying the standard LogFactory from the command line. ";
|
||||||
} else {
|
} else {
|
||||||
msg = msg + "Please check the custom implementation. ";
|
msg = msg + "Please check the custom implementation. ";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user