瀏覽代碼

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

pull/35/merge
Andrew Thompson 13 年之前
父節點
當前提交
dc750f5417
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/error_logger_lager_h.erl

+ 1
- 1
src/error_logger_lager_h.erl 查看文件

@ -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.

Loading…
取消
儲存