Commit 22f3bcde authored by unknown's avatar unknown

Also update printer

parent 540c90e4
...@@ -624,7 +624,8 @@ EventLogger::getText(int type, ...@@ -624,7 +624,8 @@ EventLogger::getText(int type,
"%sTrans. Count = %u, Commit Count = %u, " "%sTrans. Count = %u, Commit Count = %u, "
"Read Count = %u, Simple Read Count = %u,\n" "Read Count = %u, Simple Read Count = %u,\n"
"Write Count = %u, AttrInfo Count = %u, " "Write Count = %u, AttrInfo Count = %u, "
"Concurrent Operations = %u, Abort Count = %u", "Concurrent Operations = %u, Abort Count = %u\n"
" Scans: %u Range scans: %u",
theNodeId, theNodeId,
theData[1], theData[1],
theData[2], theData[2],
...@@ -633,7 +634,9 @@ EventLogger::getText(int type, ...@@ -633,7 +634,9 @@ EventLogger::getText(int type,
theData[5], theData[5],
theData[6], theData[6],
theData[7], theData[7],
theData[8]); theData[8],
theData[9],
theData[10]);
break; break;
case EventReport::OperationReportCounters: case EventReport::OperationReportCounters:
::snprintf(m_text, sizeof(m_text), ::snprintf(m_text, sizeof(m_text),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment