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

Jean-Noël Rouvignac
29.14.2016 1b570922c1772fde4fbd44855453dbd86bb9e276
opendj-server-legacy/src/main/java/org/opends/server/loggers/TextAuditLogPublisher.java
@@ -415,7 +415,7 @@
      }
      Attribute a = mod.getAttribute();
      buffer.append(a.getName());
      buffer.append(a.getAttributeDescription().getNameOrOID());
      buffer.append(EOL);
      append(buffer, a);
@@ -428,7 +428,7 @@
  {
    for (ByteString v : a)
    {
      buffer.append(a.getName());
      buffer.append(a.getAttributeDescription().getNameOrOID());
      buffer.append(":");
      encodeValue(v, buffer);
      buffer.append(EOL);