diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-01-23 11:56:05 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-01-23 11:56:05 +0100 |
commit | 02d9f1e887da7253f933db392a808a509e30fd48 (patch) | |
tree | d5ba4304751c59333dd9dd0eef291e95fe8a04d9 /src/MuxElements.cpp | |
parent | b9ff8719ca9de8d199cd96959d8e63db9bdc10f7 (diff) | |
download | dabmux-02d9f1e887da7253f933db392a808a509e30fd48.tar.gz dabmux-02d9f1e887da7253f933db392a808a509e30fd48.tar.bz2 dabmux-02d9f1e887da7253f933db392a808a509e30fd48.zip |
Remove confusing and useless error message
Diffstat (limited to 'src/MuxElements.cpp')
-rw-r--r-- | src/MuxElements.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/MuxElements.cpp b/src/MuxElements.cpp index 93a98f4..e8871d1 100644 --- a/src/MuxElements.cpp +++ b/src/MuxElements.cpp @@ -216,8 +216,6 @@ bool DabComponent::isPacketComponent(vector<dabSubchannel*>& subchannels) return false; } if ((*getSubchannel(subchannels, subchId))->type != Packet) { - etiLog.log(error, - "Invalid component type for defining packet "); return false; } return true; |