Skip to content

Commit e30c2fa

Browse files
committed
remove error log for acquire puback for qos0 publishes
1 parent dc2fe7b commit e30c2fa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

source/v5/mqtt5_client.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2639,8 +2639,6 @@ uint64_t aws_mqtt5_client_acquire_puback(
26392639
AWS_FATAL_ASSERT(aws_event_loop_thread_is_callers_thread(client->loop));
26402640

26412641
if (publish_view->qos == AWS_MQTT5_QOS_AT_MOST_ONCE) {
2642-
AWS_LOGF_ERROR(
2643-
AWS_LS_MQTT5_CLIENT, "id=%p: PUBACK control cannot be taken for a QoS 0 PUBLISH packet.", (void *)client);
26442642
return 0;
26452643
}
26462644

0 commit comments

Comments
 (0)