Introduce LDIF OSGi User Admin implementation
[lgpl/argeo-commons.git] / org.argeo.security.core / src / org / argeo / osgi / useradmin / LdifParser.java
index 38c37312f23b65d006d0e2fe86595dc6023b917e..56bdb54e39adbc992ca14bda6df1ce59397cf6b6 100644 (file)
@@ -72,8 +72,8 @@ class LdifParser {
                                                if (currentDn != null) {
                                                        Attributes previous = res.put(currentDn,
                                                                        currentAttributes);
-                                                       if (log.isDebugEnabled())
-                                                               log.debug("Added " + currentDn);
+                                                       if (log.isTraceEnabled())
+                                                               log.trace("Added " + currentDn);
                                                        if (previous != null) {
                                                                log.warn("There was already an entry with DN "
                                                                                + currentDn