🐛 Fix debug format printing
This commit is contained in:
parent
559c04322a
commit
9e3494fe6d
|
@ -30,6 +30,6 @@ func Serve(cfg *Options) {
|
||||||
if n == 0 {
|
if n == 0 {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
fmt.Println("Received %d bytes", n)
|
fmt.Printf("Received %d bytes", n)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue