diff --git a/bindings/erlang/src/vanillae_man.erl b/bindings/erlang/src/vanillae_man.erl index 53a6e68..eea3516 100644 --- a/bindings/erlang/src/vanillae_man.erl +++ b/bindings/erlang/src/vanillae_man.erl @@ -189,9 +189,11 @@ handle_down(PID, Mon, Info, State = #s{fetchers = Fetchers}) -> {value, #fetcher{time = Time, node = Node, from = From, req = R}, Remaining} -> TS = calendar:system_time_to_rfc3339(Time, [{unit, nanosecond}]), Format = - "ERROR ~s: Fetcher process ~p making request to ~p exited with ~p~n" - "Request contents:~n~n" - "~s", + "ERROR ~ts: Fetcher process ~130tp exited while making request to ~130tp~n" + "Exit reason:~n" + "~tp~n" + "Request contents:~n" + "~tp~n~n", Formatted = io_lib:format(Format, [TS, PID, Node, Info, R]), Message = unicode:characters_to_list(Formatted), ok = gen_server:reply(From, {error, Message}),