diff options
| author | Alan Conway <aconway@apache.org> | 2011-03-14 14:33:44 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2011-03-14 14:33:44 +0000 |
| commit | 720ba1ca71cfe1b97ceba1cb4fd991fae31bbe27 (patch) | |
| tree | 825d2bad53fb8d76f48e447db2ad5684c1409003 /cpp/src/tests/qpid-receive.cpp | |
| parent | b33fcb57b088d8f949124be7b37120a4f68cbb6a (diff) | |
| download | qpid-python-720ba1ca71cfe1b97ceba1cb4fd991fae31bbe27.tar.gz | |
NO-JIRA: Minor improvements to test scripts qpid-cluster-benchmark and qpid-cpp-benchmark
- qpid-cluster-benchmark: added command line options.
- qpid-cpp-benchmark: clean up error handling, fixed a race condition.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1081396 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/qpid-receive.cpp')
| -rw-r--r-- | cpp/src/tests/qpid-receive.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/qpid-receive.cpp b/cpp/src/tests/qpid-receive.cpp index 5a85da4fd2..9c713e872a 100644 --- a/cpp/src/tests/qpid-receive.cpp +++ b/cpp/src/tests/qpid-receive.cpp @@ -262,7 +262,7 @@ int main(int argc, char ** argv) return 0; } } catch(const std::exception& error) { - std::cerr << "Failure: " << error.what() << std::endl; + std::cerr << "qpid-receive: " << error.what() << std::endl; connection.close(); return 1; } |
