diff options
Diffstat (limited to 'src')
-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 << " *"; |