Skip to content

Commit

Permalink
Change LogInfo to LogDebug on line 958 to mirror line 970
Browse files Browse the repository at this point in the history
  • Loading branch information
averagewagon committed Sep 29, 2021
1 parent 8574096 commit de0bb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core_mqtt_serializer.c
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ static MQTTStatus_t deserializeConnack( const MQTTPacketInfo_t * pConnack,
if( ( pRemainingData[ 0 ] & MQTT_PACKET_CONNACK_SESSION_PRESENT_MASK )
== MQTT_PACKET_CONNACK_SESSION_PRESENT_MASK )
{
LogInfo( ( "CONNACK session present bit set." ) );
LogDebug( ( "CONNACK session present bit set." ) );
*pSessionPresent = true;

/* MQTT 3.1.1 specifies that the fourth byte in CONNACK must be 0 if the
Expand Down

0 comments on commit de0bb81

Please sign in to comment.