Sfoglia il codice sorgente

fx: eSync 匹配exit port

master
SisMaker 3 anni fa
parent
commit
38a22e47d4
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      src/tracer/tpTracerLog.erl

+ 0
- 1
src/tracer/tpTracerLog.erl Vedi File

@ -70,7 +70,6 @@ loop(#state{parent = Parent, fDir = FDir, fBaseName = FBaseName, size = Size, io
MsgBin = eFmt:formatBin("~w\n", [Msg]),
ok = file:write(IoDevice, MsgBin),
NewSize = Size + byte_size(MsgBin),
io:format("IMY************** ~p ~p~n", [{NewSize, MaxSize}, MsgBin]),
case NewSize >= MaxSize of
true ->
ok = file:close(IoDevice),

Caricamento…
Annulla
Salva