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

boli
08.50.2007 cf3a52a7591faffc24a890b5baebfd260b929fcd
opendj-sdk/opends/src/server/org/opends/server/loggers/TextErrorLogPublisher.java
@@ -640,9 +640,23 @@
          append(" msgID=").append(String.valueOf(errorID)).
          append(" msg=").append(message);
      // FIXME - lookup the level based on the severity
      writer.writeRecord(sb.toString());
    }
  }
  /**
   * {@inheritDoc}
   */
  public DN getDN()
  {
    if(currentConfig != null)
    {
      return currentConfig.dn();
    }
    else
    {
      return null;
    }
  }
}