Skip to content

Commit

Permalink
pba: Fix correlation ID prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansmares committed Oct 11, 2023
1 parent c8517d0 commit bacbbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/packetbrokeragent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ func (a *Agent) handleUplink(
if up.Message == nil {
return
}
ctx = appendDownlinkCorrelationID(ctx, up.Id)
ctx = appendUplinkCorrelationID(ctx, up.Id)
var forwarderNetID types.NetID
forwarderNetID.UnmarshalNumber(up.ForwarderNetId)
ctx = log.NewContextWithFields(ctx, log.Fields(
Expand Down

0 comments on commit bacbbcc

Please sign in to comment.