diff --git a/stream/srt/srt.go b/stream/srt/srt.go index 00e45d0..1b85728 100644 --- a/stream/srt/srt.go +++ b/stream/srt/srt.go @@ -30,6 +30,6 @@ func Serve(cfg *Options) { if n == 0 { break } - fmt.Println("Received %d bytes", n) + fmt.Printf("Received %d bytes", n) } }