mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 13:52:19 +00:00
🐛 Fix debug format printing
This commit is contained in:
parent
559c04322a
commit
9e3494fe6d
@ -30,6 +30,6 @@ func Serve(cfg *Options) {
|
||||
if n == 0 {
|
||||
break
|
||||
}
|
||||
fmt.Println("Received %d bytes", n)
|
||||
fmt.Printf("Received %d bytes", n)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user