Skip to content

Commit

Permalink
Merge branch '311Listener' into 311Timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose committed Jan 30, 2024
2 parents 63f4f65 + d55553f commit ac0c01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/mqtt311_listener.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static struct aws_mqtt311_callback_set_entry *s_new_311_callback_set_entry(

AWS_LOGF_INFO(
AWS_LS_MQTT_GENERAL,
"id=%p: MQTT311 callback manager created new entry :%" PRIu64,
"id=%p: MQTT311 callback manager created new entry id=%" PRIu64,
(void *)manager->connection,
entry->id);

Expand Down

0 comments on commit ac0c01b

Please sign in to comment.