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

boli
15.09.2007 19f2a77418b5ad07011134f11fbc58a54c856a55
opends/src/server/org/opends/server/messages/LoggerMessages.java
@@ -137,11 +137,11 @@
    registerMessage(MSGID_LOGGER_ERROR_FLUSHING_BUFFER,
                    "Unable to flush writer buffer for logger %s: %s");
    registerMessage(MSGID_ERROR_LOGGER_INVALID_SEVERITY,
                    "Invalid error log severity %s");
                    "Invalid error log severity \"%s\"");
    registerMessage(MSGID_ERROR_LOGGER_INVALID_CATEGORY,
                    "Invalid error log category %s");
                    "Invalid error log category \"%s\"");
    registerMessage(MSGID_ERROR_LOGGER_INVALID_OVERRIDE_SEVERITY,
                    "Invalid override of severity level %s");
                    "Invalid override of severity level \"%s\"");
    registerMessage(MSGID_LOGGER_SET_PERMISSION_FAILED,
                    "Unable to set file permissions for the log file %s");