From bbe99e458d9b8fbaed0c67185d91badcfcb4a22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Fri, 19 Jan 2018 09:30:21 +0200 Subject: [PATCH] Fix test build failure MXS-1543 test failed to build in 2.2. --- maxscale-system-test/mxs1543.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxscale-system-test/mxs1543.cpp b/maxscale-system-test/mxs1543.cpp index 6d185f92d..84b3c23cb 100644 --- a/maxscale-system-test/mxs1543.cpp +++ b/maxscale-system-test/mxs1543.cpp @@ -26,7 +26,7 @@ int main(int argc, char** argv) // Wait for the avrorouter to process the data sleep(10); - test.check_log_err("Possible STATEMENT or MIXED", true); + test.check_log_err(0, "Possible STATEMENT or MIXED", true); return test.global_result; }