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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index f3b37391..ce3f3c30 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -108,7 +108,7 @@ public:
void response(int32_t id, Status status, const std::string& subject) {
if (status) {
- Raul::error(Raul::fmt("error on message %1%: %2% (%3)\n")
+ Raul::error(Raul::fmt("error on message %1%: %2% (%3%)\n")
% id % ingen_status_string(status) % subject);
exit(EXIT_FAILURE);
}
@@ -121,7 +121,7 @@ public:
};
-void
+static void
ingen_try(bool cond, const char* msg)
{
if (!cond) {