summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/echotest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/tests/echotest.cpp')
-rw-r--r--qpid/cpp/src/tests/echotest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/echotest.cpp b/qpid/cpp/src/tests/echotest.cpp
index e3157303bd..a57e2de5ad 100644
--- a/qpid/cpp/src/tests/echotest.cpp
+++ b/qpid/cpp/src/tests/echotest.cpp
@@ -119,7 +119,7 @@ void Listener::received(Message& response)
async(session).messageTransfer(arg::content=request);
} else {
subscriptions.cancel(queue);
- if (summary) cout << min << " " << max << " " << total/limit << endl;
+ if (summary) cout << min << "\t" << max << "\t" << total/limit << endl;
else cout << "min: " << min << " max: " << max << " average: " << total/limit << endl;
}
}