Skip to content

Commit

Permalink
chore(device): Change Halting YouTube search retries log level to d…
Browse files Browse the repository at this point in the history
…ebug
  • Loading branch information
gabe565 committed Feb 1, 2024
1 parent 430e5f5 commit 68260ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/device/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ func (d *Device) queryVideoId() {
if err == nil {
d.logger.Debug("YouTube search returned video ID.", "video_id", d.meta.CurrVideoId)
} else {
d.logger.Error("Halting YouTube search retries.")
d.logger.Debug("Halting YouTube search retries.")
}
}()
}
Expand Down

0 comments on commit 68260ed

Please sign in to comment.