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_13.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fig/FIG0_13.cpp') diff --git a/src/fig/FIG0_13.cpp b/src/fig/FIG0_13.cpp index 40a0be8..0bb7fd7 100644 --- a/src/fig/FIG0_13.cpp +++ b/src/fig/FIG0_13.cpp @@ -83,10 +83,10 @@ FillStatus FIG0_13::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_13)->subchId, (*componentFIG0_13)->serviceId); - throw MuxInitException(); + continue; } if ( m_transmit_programme && -- cgit v1.2.3