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

Chris Ridd
08.01.2014 4ff1fa738b58083eb0771cc3751467a8b6a85924
Additional fix for OPENDJ-1358: Backup task logs path in ID field, and ID in path field
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/backends/jeb/BackupManager.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/BackupManager.java
@@ -1311,7 +1311,7 @@
    if (backupInfo == null)
    {
      Message message =
          ERR_JEB_BACKUP_MISSING_BACKUPID.get(backupDir.getPath(), backupID);
          ERR_JEB_BACKUP_MISSING_BACKUPID.get(backupID, backupDir.getPath());
      throw new DirectoryException(DirectoryServer.getServerErrorResultCode(),
                                   message);
    }