Skip to content

Commit e0d0179

Browse files
committed
openssl: Show loading certstore name
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 5c12e3e commit e0d0179

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tls/openssl.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,8 @@ static int windows_load_system_certificates(struct tls_context *ctx)
372372
return -1;
373373
}
374374

375-
flb_debug("[tls] successfully loaded certificates from windows system store.");
375+
flb_debug("[tls] successfully loaded certificates from windows system %s store.",
376+
certstore_name);
376377
return 0;
377378
}
378379
#endif

0 commit comments

Comments
 (0)