This commit is contained in:
terry-xiaoyu 2019-09-20 21:35:02 +08:00
parent 1decab9369
commit 9e1f1b22c3
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ pipeline([Fun|More], Input, State) ->
{error, Reason, NState} {error, Reason, NState}
catch catch
Error:Reason:Stacktrace -> Error:Reason:Stacktrace ->
?LOG("pipeline ~p failed: ~p, stacktrace: ~p", ?LOG(error, "pipeline ~p failed: ~p, stacktrace: ~p",
[{Fun, Input, State}, {Error, Reason}, Stacktrace]), [{Fun, Input, State}, {Error, Reason}, Stacktrace]),
{error, Reason, State} {error, Reason, State}
end. end.