Bläddra i källkod

ft: 代码修改

master
SisMaker 3 år sedan
förälder
incheckning
ff06f2c0b2
2 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      src/tracer/tpTracerLog.erl
  2. +0
    -0
      src/trace说明.md

+ 1
- 1
src/tracer/tpTracerLog.erl Visa fil

@ -67,7 +67,7 @@ loop(#state{parent = Parent, fDir = FDir, fBaseName = FBaseName, size = Size, io
terminate(Reason, State);
RMsg ->
Msg = case TcmIsCut of true -> tpTermCut:cut(RMsg); _ -> RMsg end,
MsgBin = eFmt:formatBin("~w\n", [Msg]),
MsgBin = eFmt:formatBin("~10000p\n", [Msg]),
ok = file:write(IoDevice, MsgBin),
NewSize = Size + byte_size(MsgBin),
case NewSize >= MaxSize of

trace说明.md → src/trace说明.md Visa fil


Laddar…
Avbryt
Spara