summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-01-23 11:56:05 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-01-23 11:56:05 +0100
commit02d9f1e887da7253f933db392a808a509e30fd48 (patch)
treed5ba4304751c59333dd9dd0eef291e95fe8a04d9
parentb9ff8719ca9de8d199cd96959d8e63db9bdc10f7 (diff)
downloaddabmux-02d9f1e887da7253f933db392a808a509e30fd48.tar.gz
dabmux-02d9f1e887da7253f933db392a808a509e30fd48.tar.bz2
dabmux-02d9f1e887da7253f933db392a808a509e30fd48.zip
Remove confusing and useless error message
-rw-r--r--src/MuxElements.cpp2
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;