1
0

Another minor diagnostics tweak.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@381887 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-03-01 03:15:40 +00:00
parent d6dfbd01eb
commit 7870118ec9

View File

@@ -1104,8 +1104,9 @@ public abstract class LogFactory {
String msg = String msg =
"Class '" + factoryClass + "' cannot be converted to '" "Class '" + factoryClass + "' cannot be converted to '"
+ LogFactory.class.getName() + "'." + LogFactory.class.getName() + "'."
+ " Perhaps you have multiple copies of LogFactory in " + " Perhaps you have multiple copies of LogFactory in"
+ " the classpath?"; + " the classpath? If so, consider using the"
+ " commons-logging-adapters.jar file.";
if (isDiagnosticsEnabled()) { if (isDiagnosticsEnabled()) {
logDiagnostic(msg); logDiagnostic(msg);