From 0611f62b52580fd9ae275019d8a0211e98746a6a Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 5 Feb 2017 08:36:51 +0100 Subject: Show channel number and basic info when channel was created --- src/anetz/anetz.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/anetz/anetz.c') diff --git a/src/anetz/anetz.c b/src/anetz/anetz.c index c65d6f1..094a75f 100644 --- a/src/anetz/anetz.c +++ b/src/anetz/anetz.c @@ -206,6 +206,8 @@ int anetz_create(int kanal, const char *audiodev, int samplerate, double rx_gain /* go into idle state */ anetz_go_idle(anetz); + PDEBUG(DANETZ, DEBUG_NOTICE, "Created 'Kanal' #%d\n", kanal); + return 0; error: -- cgit v1.2.3