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

Chris Ridd
30.47.2013 89333bdb3a85ae3306c7688d8eb703d3790179b3
Fix logging typo
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java
@@ -1037,7 +1037,7 @@
      }
      catch (Throwable t)
      {
        LOG.log(Level.SEVERE, "Error printing equivalente command-line: "+t,
        LOG.log(Level.SEVERE, "Error printing equivalent command-line: "+t,
            t);
      }
    }