Skip to content

Commit

Permalink
MQTT5 options logging conformity (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK authored Nov 14, 2024
1 parent 9cc3c40 commit 24b602e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/v5/mqtt5_options_storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -3623,7 +3623,7 @@ void aws_mqtt5_client_options_storage_log(
log_handle,
level,
AWS_LS_MQTT5_GENERAL,
"id=%p: mqtt5_client_options_storage disabling websockets",
"id=%p: aws_mqtt5_client_options_storage disabling websockets",
(void *)options_storage);
}

Expand Down Expand Up @@ -3669,7 +3669,7 @@ void aws_mqtt5_client_options_storage_log(
log_handle,
level,
AWS_LS_MQTT5_GENERAL,
"id=%p: mqtt5_client_options_storage reconnect delay min set to %" PRIu64 " ms, max set to %" PRIu64 " ms",
"id=%p: aws_mqtt5_client_options_storage reconnect delay min set to %" PRIu64 " ms, max set to %" PRIu64 " ms",
(void *)options_storage,
options_storage->min_reconnect_delay_ms,
options_storage->max_reconnect_delay_ms);
Expand Down

0 comments on commit 24b602e

Please sign in to comment.