Fix typo
This commit is contained in:
parent
1decab9369
commit
9e1f1b22c3
|
@ -83,7 +83,7 @@ pipeline([Fun|More], Input, State) ->
|
|||
{error, Reason, NState}
|
||||
catch
|
||||
Error:Reason:Stacktrace ->
|
||||
?LOG("pipeline ~p failed: ~p, stacktrace: ~p",
|
||||
?LOG(error, "pipeline ~p failed: ~p, stacktrace: ~p",
|
||||
[{Fun, Input, State}, {Error, Reason}, Stacktrace]),
|
||||
{error, Reason, State}
|
||||
end.
|
||||
|
|
Loading…
Reference in New Issue