瀏覽代碼

Typo

pull/4/head
Andrew Thompson 14 年之前
父節點
當前提交
855f1c9c85
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/lager_crash_log.erl

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

@ -97,7 +97,7 @@ handle_cast({log, Event}, #state{name=Name, fd=FD, inode=Inode, flap=Flap, fmtma
true ->
{noreply, State};
_ ->
?INT_LOG(error, "Failed to reopen logfile ~s with error ~w", [Name, file:format_info(Reason)]),
?INT_LOG(error, "Failed to reopen logfile ~s with error ~w", [Name, file:format_error(Reason)]),
{noreply, State#state{flap=true}}
end
end

Loading…
取消
儲存