From e10070a508cdeb7d6a0f2aa5c2657352d5d582c2 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 11 Feb 2014 11:49:17 +0100 Subject: nicer printout in utils.cpp --- src/utils.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/utils.cpp b/src/utils.cpp index 05a2d87..149d369 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -414,11 +414,10 @@ void printSubchannels(vector& subchannels) (*subchannel)->id); etiLog.log(info, " bitrate: %i\n", (*subchannel)->bitrate); - etiLog.log(info, " protection: "); if (protection->form == 0) { - etiLog.log(info, "UEP %i\n", protection->level + 1); + etiLog.log(info, " protection: UEP %i\n", protection->level + 1); } else { - etiLog.log(info, "EEP %i-%c\n", + etiLog.log(info, " protection: EEP %i-%c\n", protection->level + 1, protection->longForm.option == 0 ? 'A' : 'B'); } -- cgit v1.2.3