summaryrefslogtreecommitdiffstats
path: root/src/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.cpp')
-rw-r--r--src/utils.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/utils.cpp b/src/utils.cpp
index d81ec71..5a30b1b 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -393,16 +393,16 @@ void printSubchannels(vector<dabSubchannel*>& subchannels)
etiLog.log(info, " name: %s",
(*subchannel)->inputName);
switch ((*subchannel)->type) {
- case 0:
+ case Audio:
etiLog.log(info, " type: audio");
break;
- case 1:
+ case DataDmb:
etiLog.log(info, " type: data");
break;
- case 2:
+ case Fidc:
etiLog.log(info, " type: fidc");
break;
- case 3:
+ case Packet:
etiLog.log(info, " type: packet");
break;
default: