From de472d4b7f674cd24c4dafa30ca42bd73665e4f8 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 21 Feb 2018 16:40:08 +0100 Subject: Let FIGs fail more gently in case of errors --- src/fig/FIG0_5.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fig/FIG0_5.cpp') diff --git a/src/fig/FIG0_5.cpp b/src/fig/FIG0_5.cpp index 8691a6b..1a6a534 100644 --- a/src/fig/FIG0_5.cpp +++ b/src/fig/FIG0_5.cpp @@ -66,11 +66,11 @@ FillStatus FIG0_5::fill(uint8_t *buf, size_t max_size) if (subchannel == ensemble->subchannels.end()) { etiLog.log(error, - "Subchannel %i does not exist for component " - "of service %i\n", + "FIG0/5: Subchannel %i does not exist " + "for component of service %i", (*componentFIG0_5)->subchId, (*componentFIG0_5)->serviceId); - throw MuxInitException(); + continue; } if ( (*service)->language == 0) { -- cgit v1.2.3