summaryrefslogtreecommitdiff
path: root/cpp/src/tests/perftest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/perftest.cpp')
-rw-r--r--cpp/src/tests/perftest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/perftest.cpp b/cpp/src/tests/perftest.cpp
index ee210891fe..1bd5a963de 100644
--- a/cpp/src/tests/perftest.cpp
+++ b/cpp/src/tests/perftest.cpp
@@ -476,7 +476,7 @@ struct SubscribeThread : public Client {
session.close();
}
catch (const std::exception& e) {
- cout << "Publisher exception: " << e.what() << endl;
+ cout << "SubscribeThread exception: " << e.what() << endl;
exit(1);
}
}