summaryrefslogtreecommitdiff
path: root/cmd/dolmetschctld/dolmetschctld.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dolmetschctld/dolmetschctld.go')
-rw-r--r--cmd/dolmetschctld/dolmetschctld.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmd/dolmetschctld/dolmetschctld.go b/cmd/dolmetschctld/dolmetschctld.go
index 0f69b51..61301d0 100644
--- a/cmd/dolmetschctld/dolmetschctld.go
+++ b/cmd/dolmetschctld/dolmetschctld.go
@@ -51,9 +51,7 @@ func main() {
}
defer m.Shutdown()
- log.Printf("successfully connected to mixer:")
- log.Printf(" input: %s\t%s", m.DevIn.ID, m.DevIn.Name)
- log.Printf(" output: %s\t%s", m.DevOut.ID, m.DevOut.Name)
+ log.Printf("successfully connected to mixer!")
if err = m.Init(); err != nil {
log.Printf("Error initializeing the mixer: %v", err)