diff options
author | Andreas Eversberg <jolly@eversberg.eu> | 2017-02-05 08:36:51 +0100 |
---|---|---|
committer | Andreas Eversberg <jolly@eversberg.eu> | 2017-02-18 21:02:47 +0100 |
commit | 0611f62b52580fd9ae275019d8a0211e98746a6a (patch) | |
tree | fd14bc801e528a3255c4234dd20b8e9cdd43403d /src/amps | |
parent | 5f1d7bc9705cf31f55cd802ba616f42a92da3618 (diff) |
Show channel number and basic info when channel was created
Diffstat (limited to 'src/amps')
-rw-r--r-- | src/amps/amps.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amps/amps.c b/src/amps/amps.c index 133666f..fadedbc 100644 --- a/src/amps/amps.c +++ b/src/amps/amps.c @@ -480,6 +480,8 @@ int amps_create(int channel, enum amps_chan_type chan_type, const char *audiodev amps_new_state(amps, STATE_BUSY); #endif + PDEBUG(DAMPS, DEBUG_NOTICE, "Created channel #%d of type '%s' = %s\n", channel, chan_type_short_name(chan_type), chan_type_long_name(chan_type)); + return 0; error: |