summaryrefslogtreecommitdiffstats
path: root/src/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.cpp')
-rw-r--r--src/utils.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/utils.cpp b/src/utils.cpp
index 02595b7..5f81083 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -327,8 +327,11 @@ void printSubchannels(const vec_sp_subchannel& subchannels)
etiLog.log(info, " input");
etiLog.level(info) << " URI: " << subchannel->inputUri;
switch (subchannel->type) {
- case subchannel_type_t::Audio:
- etiLog.log(info, " type: audio");
+ case subchannel_type_t::DABAudio:
+ etiLog.log(info, " type: DAbAudio");
+ break;
+ case subchannel_type_t::DABPlusAudio:
+ etiLog.log(info, " type: DABPlusAudio");
break;
case subchannel_type_t::DataDmb:
etiLog.log(info, " type: data");