Skip to content

Commit

Permalink
[RSDK-7560] - Switch monitored webcam reconnect logs to debug (#4439)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery authored Oct 10, 2024
1 parent 7aa288f commit b421961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/camera/videosource/webcam.go
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ func (c *monitoredWebcam) Monitor() {
defer c.mu.Unlock()

if err := c.reconnectCamera(&c.conf); err != nil {
c.logger.Errorw("failed to reconnect camera", "error", err)
c.logger.Debugw("failed to reconnect camera", "error", err)
return true
}
c.logger.Infow("camera reconnected")
Expand Down

0 comments on commit b421961

Please sign in to comment.