X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FDVB%2FDVBDemuxSocketProtocol.cc;h=0c364596494c17236a1a00b490a7d13626c030ad;hb=72cc548dfc3fa72d14d4d8c1a178f162165e933a;hp=43d348d48efbe17a5fee1e806efadbc944231d18;hpb=c40594da2a8fc3d681ed3c2e74ff632f1df2b31c;p=senf.git diff --git a/senf/Socket/Protocols/DVB/DVBDemuxSocketProtocol.cc b/senf/Socket/Protocols/DVB/DVBDemuxSocketProtocol.cc index 43d348d..0c36459 100644 --- a/senf/Socket/Protocols/DVB/DVBDemuxSocketProtocol.cc +++ b/senf/Socket/Protocols/DVB/DVBDemuxSocketProtocol.cc @@ -47,9 +47,9 @@ prefix_ void senf::DVBDemuxSocketProtocol::setBufferSize(unsigned long size) const { if (::ioctl(fd(), DMX_SET_BUFFER_SIZE, size) < 0) - SENF_THROW_SYSTEM_EXCEPTION("") - << "Could not set the size of the buffer on DVB adapter. requested size: " - << size << "."; + SENF_THROW_SYSTEM_EXCEPTION( + "Could not set the size of the buffer on DVB adapter. requested size: ") + << size << "."; } prefix_ void senf::DVBDemuxSocketProtocol::startFiltering()