Skip to content

Commit

Permalink
ASYM_ENCRYPT: incorrect log statement (https://issues.redhat.com/brow…
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Oct 9, 2023
1 parent c37cf0e commit 7fa3d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jgroups/protocols/ASYM_ENCRYPT.java
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ protected void createNewKey(String message) {
cacheGroupKey(sym_version);
}
catch(Exception ex) {
log.error("%s: failed creating group key and initializing ciphers", local_addr, ex);
log.error("%s: failed creating group key and initializing ciphers: %s", local_addr, ex);
}
}

Expand Down

0 comments on commit 7fa3d78

Please sign in to comment.