1
0

Improved diagnostic message.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@377232 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2006-02-12 20:17:33 +00:00
parent 42488ff8df
commit 5106722c82

View File

@@ -749,7 +749,7 @@ public class LogFactoryImpl extends LogFactory {
throws LogConfigurationException
{
if (isDiagnosticsEnabled()) {
logDiagnostic("Attempting to discover a Log implementation.");
logDiagnostic("Attempting to discover a Log implementation...");
}
initConfiguration();