Explorar el Código

Supervisor child names can be strings

pull/32/head
Andrew Thompson hace 13 años
padre
commit
24d8d05080
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/error_logger_lager_h.erl

+ 1
- 1
src/error_logger_lager_h.erl Ver fichero

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

Cargando…
Cancelar
Guardar