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 1605e69 commit dfc9012
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 @@ -558,7 +558,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 dfc9012

Please sign in to comment.