From 009b50ec3bceee40811351667344b995215a13d5 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Wed, 29 Oct 2014 18:22:52 +0100 Subject: [PATCH] inttest/logging: fix log level --- inttest/logging/logging_rt.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}