summaryrefslogtreecommitdiffstats
path: root/tests/ingen_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ingen_test.cpp')
-rw-r--r--tests/ingen_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index ec41cb2c..dcde210f 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -106,10 +106,10 @@ public:
void get(const Raul::URI& uri) {}
- void response(int32_t id, Status status) {
+ void response(int32_t id, Status status, const std::string& subject) {
if (status) {
- Raul::error(Raul::fmt("error on message %1%: %2%\n")
- % id % ingen_status_string(status));
+ Raul::error(Raul::fmt("error on message %1%: %2% (%3)\n")
+ % id % ingen_status_string(status) % subject);
exit(EXIT_FAILURE);
}
}