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

Fabio Pistolesi
28.07.2016 edf64eb5a5853c4f13ac7110f688325ee9ccb047
OPENDJ-2725 Correct message resources and classes for replication messages

Category SYNC was assigned to source classes only, but in the resource map.
Add the correct file for resources and reset the source class category.
1 files modified
3 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/loggers/LoggingCategoryNames.java 3 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/loggers/LoggingCategoryNames.java
@@ -100,7 +100,8 @@
    SOURCE_CLASSES.put("org.opends.server.admin", "ADMIN");
    // The category used for messages associated with the Synchronization
    RESOURCE_NAMES.put("org.opends.server.replication", "SYNC");
    RESOURCE_NAMES.put("org.opends.messages.replication", "SYNC");
    SOURCE_CLASSES.put("org.opends.server.replication", "SYNC");
    // The category used for messages associated with quicksetup tools
    RESOURCE_NAMES.put("org.opends.messages.quickSetup", "QUICKSETUP");