diff --git a/inttest/logging/logging_rt.erl b/inttest/logging/logging_rt.erl index 78c32c8..d3e1c0f 100644 --- a/inttest/logging/logging_rt.erl +++ b/inttest/logging/logging_rt.erl @@ -98,7 +98,7 @@ check_output1(Cmd, Captured, Expected, Unexpected) -> false; {match, [Match]} -> retest:log( - console, + error, "Unexpected output when running cmd '~s':~n~s~n", [Cmd, Match]), {true, Match}