Sfoglia il codice sorgente

Supervisor children are not guranteed to be atoms. Fixes issue #33

pull/35/merge
Andrew Thompson 13 anni fa
parent
commit
dc750f5417
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/error_logger_lager_h.erl

+ 1
- 1
src/error_logger_lager_h.erl Vedi File

@ -179,7 +179,7 @@ format_offender(Off) ->
%% regular supervisor
MFA = format_mfa(MFArgs),
Name = proplists:get_value(name, Off),
io_lib:format("~s started with ~s at ~w",
io_lib:format("~p started with ~s at ~w",
[Name, MFA, proplists:get_value(pid, Off)])
end.

Caricamento…
Annulla
Salva