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

Завантаження…
Відмінити
Зберегти