1
0

A lot of colons are used in the diagnostic logs. Changed to use [INFO] in this case since it fits better with usage elsewhere.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@377187 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2006-02-12 14:55:14 +00:00
parent d2fcbd4b36
commit cc01f0f023

View File

@@ -1095,7 +1095,7 @@ public class LogFactoryImpl extends LogFactory {
} catch (Throwable t) { } catch (Throwable t) {
this.logMethod = null; this.logMethod = null;
logDiagnostic( logDiagnostic(
"info: '" + logAdapterClassName "[INFO] '" + logAdapterClassName
+ "' from classloader " + objectId(currentCL) + "' from classloader " + objectId(currentCL)
+ " does not declare optional method " + " does not declare optional method "
+ "setLogFactory(LogFactory)"); + "setLogFactory(LogFactory)");