From eb8927026ef5e688b352d4395c406fd0c3930d29 Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Wed, 6 May 2009 18:03:03 +0000 Subject: [PATCH] Used wrong class in logger. --- .../ldap/core/support/DefaultDirObjectFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/springframework/ldap/core/support/DefaultDirObjectFactory.java b/core/src/main/java/org/springframework/ldap/core/support/DefaultDirObjectFactory.java index 294e1c90..3aeb8a3d 100644 --- a/core/src/main/java/org/springframework/ldap/core/support/DefaultDirObjectFactory.java +++ b/core/src/main/java/org/springframework/ldap/core/support/DefaultDirObjectFactory.java @@ -40,7 +40,7 @@ import org.springframework.util.StringUtils; * @author Mattias Hellborg Arthursson */ public class DefaultDirObjectFactory implements DirObjectFactory { - private static final Log log = LogFactory.getLog(AbstractContextSource.class); + private static final Log log = LogFactory.getLog(DefaultDirObjectFactory.class); /** * Key to use in the ContextSource implementation to store the value of the