mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
04.55.2013 2cc0baf3e716683c5fb8bc67cee764c46c5eb97d
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Matcher.java
@@ -534,7 +534,7 @@
        } catch (final DecodeException de) {
            // TODO: I18N
            DEFAULT_LOG.warn("The attribute value {} is invalid for matching rule {}. Possible schema error?",
                    v.toString(), rule.getNameOrOID(), de);
                    v, rule.getNameOrOID(), de);
            return ConditionResult.UNDEFINED;
        }
    }