minor cmd-line tools changes

This commit is contained in:
Matej Sekoranja
2012-10-08 13:44:45 +02:00
parent 0a68534a8e
commit cbbd106dd9
3 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -311,14 +311,16 @@ class MonitorRequesterImpl : public MonitorRequester
str.reserve(16*1024*1024);
str += "\n";
//str += "\n";
str += m_channelName;
str += ": ";
/*
element->changedBitSet->toString(&str);
str += '/';
element->overrunBitSet->toString(&str);
str += '\n';
*/
if (terseMode)
convertToString(&str, element->pvStructurePtr.get(), 0);