🩹 Add missing newlines to printf
This commit is contained in:
2
jack.go
2
jack.go
@ -32,7 +32,7 @@ func stopJack() {
|
||||
|
||||
func registerJackPort(name string, channels uint8, flags uint64) []*jack.Port {
|
||||
if channels > 2 {
|
||||
fmt.Printf("WARN! Parameters of jack port %s changed: more than 2 channels not implemented, using 2 channels", name)
|
||||
fmt.Printf("WARN! Parameters of jack port %s changed: more than 2 channels not implemented, using 2 channels\n", name)
|
||||
channels = 2
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user