Skip to content

Commit

Permalink
[RSDK-9364] - Move to debug log for rtp subcribe err (#4591)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery authored Nov 27, 2024
1 parent 57230bf commit 2ce7900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/camera/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ func (c *client) SubscribeRTP(
return sub, err
}
g := utils.NewGuard(func() {
c.logger.CInfo(ctx, "Error subscribing to RTP. Closing passthrough buffer.")
c.logger.CDebug(ctx, "Error subscribing to RTP. Closing passthrough buffer.")
rtpPacketBuffer.Close()
})
defer g.OnFail()
Expand Down

0 comments on commit 2ce7900

Please sign in to comment.