浏览代码

fx: eSync 匹配exit port

master
SisMaker 3 年前
父节点
当前提交
38a22e47d4
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      src/tracer/tpTracerLog.erl

+ 0
- 1
src/tracer/tpTracerLog.erl 查看文件

@ -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),

正在加载...
取消
保存