1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-06-20 01:17:49 +02:00

Fix missing parameter logging in storageS3New().

This commit is contained in:
David Steele
2025-12-22 14:23:08 +07:00
parent bf2b276dc0
commit cc7b9b7271
+1
View File
@@ -1213,6 +1213,7 @@ storageS3New(
FUNCTION_LOG_PARAM(BOOL, verifyPeer);
FUNCTION_LOG_PARAM(STRING, caFile);
FUNCTION_LOG_PARAM(STRING, caPath);
FUNCTION_LOG_PARAM(BOOL, requesterPays);
FUNCTION_LOG_END();
ASSERT(path != NULL);