add missing Start() call; fix wrong sprintf (#4369)

This commit is contained in:
Alessandro Ros 2025-03-26 12:47:09 +01:00 committed by GitHub
parent 986e270862
commit f851cb6961
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 10 additions and 7 deletions

View file

@ -78,7 +78,7 @@ func (s *Source) runReader(sconn srt.Conn) error {
decodeErrors := &counterdumper.CounterDumper{
OnReport: func(val uint64) {
s.Log(logger.Warn, "%s decode %s",
s.Log(logger.Warn, "%d decode %s",
val,
func() string {
if val == 1 {