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_8.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fig/FIG0_8.cpp') diff --git a/src/fig/FIG0_8.cpp b/src/fig/FIG0_8.cpp index 0144b4f..fdb3623 100644 --- a/src/fig/FIG0_8.cpp +++ b/src/fig/FIG0_8.cpp @@ -88,10 +88,10 @@ FillStatus FIG0_8::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", + "of service %i", (*componentFIG0_8)->subchId, (*componentFIG0_8)->serviceId); - throw MuxInitException(); + continue; } if (m_transmit_programme and (*service)->isProgramme(ensemble)) { -- cgit v1.2.3