inttest/logging: fix log level

This commit is contained in:
Tuncer Ayaz 2014-10-29 18:22:52 +01:00
parent 173f5b82d6
commit 009b50ec3b

View file

@ -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}