diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-09-13 18:53:06 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-09-13 19:11:19 +0200 |
commit | 4a0515e01ab51dfc42889bbd2d3ce33fdb7c18ca (patch) | |
tree | c468e436b6857ee6ab6d80bf65fdc1802f7c9a5b /src/MuxElements.cpp | |
parent | cd6956880b8a7300d7d73c1afb973ca73683644d (diff) | |
download | dabmux-4a0515e01ab51dfc42889bbd2d3ce33fdb7c18ca.tar.gz dabmux-4a0515e01ab51dfc42889bbd2d3ce33fdb7c18ca.tar.bz2 dabmux-4a0515e01ab51dfc42889bbd2d3ce33fdb7c18ca.zip |
Prepare release v0.8.0v0.8.0
Diffstat (limited to 'src/MuxElements.cpp')
-rw-r--r-- | src/MuxElements.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MuxElements.cpp b/src/MuxElements.cpp index 60056e4..be0906e 100644 --- a/src/MuxElements.cpp +++ b/src/MuxElements.cpp @@ -49,7 +49,7 @@ std::string AnnouncementCluster::tostring() const { stringstream ss; ss << "cluster id(" << (int)cluster_id; - ss << "flags 0x" << boost::format("%04x") % flags; + ss << ", flags 0x" << boost::format("%04x") % flags; ss << ", subchannel " << subchanneluid; if (m_active) { ss << " *"; |