Skip to content

Commit

Permalink
fix(log): fix the pubrel typo in the log
Browse files Browse the repository at this point in the history
  • Loading branch information
lafirest committed Jul 14, 2023
1 parent 924ed06 commit fea73cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/emqx/src/emqx_channel.erl
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ handle_in(
NChannel = set_session(NSession, Channel),
handle_out(pubcomp, {PacketId, ?RC_SUCCESS}, NChannel);
{error, RC = ?RC_PACKET_IDENTIFIER_NOT_FOUND} ->
?SLOG(warning, #{msg => "pubrec_packetId_not_found", packetId => PacketId}),
?SLOG(warning, #{msg => "pubrel_packetId_not_found", packetId => PacketId}),
ok = emqx_metrics:inc('packets.pubrel.missed'),
handle_out(pubcomp, {PacketId, RC}, Channel)
end;
Expand Down

0 comments on commit fea73cf

Please sign in to comment.