summaryrefslogtreecommitdiffstats
path: root/src/utils.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-08-02 12:28:19 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-08-02 12:28:19 +0200
commitca7dd07261de50576590fea227c8fbf345282e1f (patch)
tree3a25dab3e1af8b5891cad9f3a4c32d1ffb39b733 /src/utils.cpp
parentf5b16079b7174a04160cf265b6362311fb497e62 (diff)
downloaddabmux-ca7dd07261de50576590fea227c8fbf345282e1f.tar.gz
dabmux-ca7dd07261de50576590fea227c8fbf345282e1f.tar.bz2
dabmux-ca7dd07261de50576590fea227c8fbf345282e1f.zip
Add the possibility to specify protection profile
Diffstat (limited to 'src/utils.cpp')
-rw-r--r--src/utils.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.cpp b/src/utils.cpp
index 654759d..85f42d2 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -418,8 +418,6 @@ void printSubchannels(vector<dabSubchannel*>& subchannels)
(*subchannel)->bitrate);
if (protection->form == UEP) {
etiLog.log(info, " protection: UEP %i", protection->level + 1);
- etiLog.log(info, " switch: %i",
- protection->uep.tableSwitch);
etiLog.log(info, " index: %i",
protection->uep.tableIndex);
}