F-4618: log the correct method name in setSubjectName() debug output

pull/398/head
Chris Conlon 2026-08-13 12:08:58 -06:00
parent 41834f07af
commit b3b38ec0d6
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ public class WolfSSLCertificate implements Serializable {
synchronized (x509Lock) {
WolfSSLDebug.log(getClass(), WolfSSLDebug.Component.JNI,
WolfSSLDebug.INFO, this.x509Ptr,
() -> "entering getSubjectName(" + name + ")");
() -> "entering setSubjectName(" + name + ")");
/* TODO somehow lock WolfSSLX509Name object while using pointer? */
ret = X509_set_subject_name(this.x509Ptr,