diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-01-04 16:53:42 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-01-04 16:53:42 +0100 |
commit | 7bd217e7501e2885b2600adb722d3395da967c8b (patch) | |
tree | 8f932de6f98d4d62570b613d2dd25787cc76e1ab /src/fig/FIG0_9.cpp | |
parent | 48818821ae5f5ca3f169a448b65ce7a746e961df (diff) | |
download | dabmux-7bd217e7501e2885b2600adb722d3395da967c8b.tar.gz dabmux-7bd217e7501e2885b2600adb722d3395da967c8b.tar.bz2 dabmux-7bd217e7501e2885b2600adb722d3395da967c8b.zip |
Silence FIG0/9 debugging print
Diffstat (limited to 'src/fig/FIG0_9.cpp')
-rw-r--r-- | src/fig/FIG0_9.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fig/FIG0_9.cpp b/src/fig/FIG0_9.cpp index a68dc6f..cd5b610 100644 --- a/src/fig/FIG0_9.cpp +++ b/src/fig/FIG0_9.cpp @@ -108,6 +108,7 @@ FillStatus FIG0_9::fill(uint8_t *buf, size_t max_size) etiLog.level(error) << "Cannot transmit FIG 0/9: too many services with different ECC"; } +#if 0 for (const auto& ef : m_extended_fields) { stringstream ss; ss << "FIG0_9 Ext ECC 0x" << hex << (int)ef.ecc << dec << ":"; @@ -118,6 +119,7 @@ FillStatus FIG0_9::fill(uint8_t *buf, size_t max_size) ss << "."; etiLog.level(debug) << ss.str(); } +#endif } // Transmitting a FIG0/9 without any extended field was the CEI in EN 300 401 v1. |