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

Jean-Noel Rouvignac
17.27.2015 09231099ef1a49460ef0d04f89e02a43412c7ca6
opendj-server-legacy/src/main/java/org/opends/server/monitors/BackendMonitor.java
@@ -182,7 +182,7 @@
        {
          logger.traceException(ex);
        }
        builder.add(entryCount + " " + dn.toString());
        builder.add(entryCount + " " + dn);
      }
    }
    else
@@ -190,7 +190,7 @@
      // This is done to avoid recalculating the number of entries
      // using the numSubordinates method in the case where the
      // backend has a single base DN.
      builder.add(backendCount + " " + baseDNs[0].toString());
      builder.add(backendCount + " " + baseDNs[0]);
    }
    attrs.add(builder.toAttribute());