Procházet zdrojové kódy

Support extra sink argument

pull/264/head
John R. Daily před 10 roky
rodič
revize
f37a957a0e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      test/lager_crash_backend.erl

+ 1
- 1
test/lager_crash_backend.erl Zobrazit soubor

@ -27,7 +27,7 @@
-include_lib("eunit/include/eunit.hrl").
-endif.
init([CrashBefore, CrashAfter]) ->
init([{sink, _Sink}, CrashBefore, CrashAfter]) ->
case is_tuple(CrashBefore) andalso (timer:now_diff(CrashBefore, os:timestamp()) > 0) of
true ->
%?debugFmt("crashing!~n", []),

Načítá se…
Zrušit
Uložit