We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20af1f9 commit be8cc58Copy full SHA for be8cc58
src/tls/openssl.c
@@ -372,7 +372,8 @@ static int windows_load_system_certificates(struct tls_context *ctx)
372
return -1;
373
}
374
375
- flb_debug("[tls] successfully loaded certificates from windows system store.");
+ flb_debug("[tls] successfully loaded certificates from windows system %s store.",
376
+ certstore_name);
377
return 0;
378
379
#endif
0 commit comments