From ca7dd07261de50576590fea227c8fbf345282e1f Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 2 Aug 2014 12:28:19 +0200 Subject: Add the possibility to specify protection profile --- src/utils.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/utils.cpp') 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& 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); } -- cgit v1.2.3