Skip to content

Commit

Permalink
Merge branch 'main' into fix-data-race-on-ws-fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Jan 2, 2024
2 parents 9ee6ebf + 646f9e8 commit 9ed79b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/secure_tunneling_operations.c
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ void aws_secure_tunnel_options_storage_log(
log_handle,
level,
AWS_LS_IOTDEVICE_SECURE_TUNNELING,
"id=%p: aws_secure_tunnel_options_storage http proxy port set to %" PRIu16,
"id=%p: aws_secure_tunnel_options_storage http proxy port set to %" PRIu32,
(void *)options_storage,
options_storage->http_proxy_options.port);

Expand Down

0 comments on commit 9ed79b6

Please sign in to comment.