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

neil_a_wilson
31.28.2007 3f6a1194c1e375aa0343b0d175cf29d11365c5ce
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java
@@ -389,7 +389,7 @@
            LOG.log(Level.INFO, "ignoring attribute that already exists: " +
                    modListToString(op.getModifications()));
          } else if (rc.equals(ResultCode.NO_SUCH_ATTRIBUTE)) {
            // This canĀ·happen if for instance the old configuration was
            // This can happen if for instance the old configuration was
            // changed so that the value of an attribute matches the default
            // value of the attribute in the new configuration.
            // Just log it and move on.