Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Jan 30, 2025
1 parent afb4028 commit 01fa22f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/request-response/request_response_subscription_set.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,7 @@ static void s_match_wildcard_stream_subscriptions(

if (!aws_byte_cursor_eq_c_str(&subscription_topic_filter_segment, "+") &&
!aws_byte_cursor_eq_ignore_case(&topic_segment, &subscription_topic_filter_segment)) {
AWS_LOGF_INFO(
AWS_LS_MQTT_REQUEST_RESPONSE, "======= topic segment differs", AWS_BYTE_CURSOR_PRI(topic_segment));
AWS_LOGF_INFO(AWS_LS_MQTT_REQUEST_RESPONSE, "======= topic segment differs");
match = false;
break;
}
Expand Down

0 comments on commit 01fa22f

Please sign in to comment.