🩹 Add missing newlines to printf

This commit is contained in:
2024-08-29 00:34:01 +02:00
parent c4c8b6bcda
commit 9c9f7798ab
2 changed files with 3 additions and 3 deletions

View File

@ -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
}