Temp: add some logs

This commit is contained in:
yuhan6665 2025-04-06 17:27:24 -04:00
parent 33acf3c2b6
commit e4a5344189
3 changed files with 9 additions and 0 deletions

View file

@ -1,6 +1,7 @@
package mux
import (
"context"
"io"
"github.com/xtls/xray-core/common/buf"
@ -33,6 +34,7 @@ func (r *PacketReader) ReadMultiBuffer() (buf.MultiBuffer, error) {
}
size, err := serial.ReadUint16(r.reader)
errors.LogInfo(context.Background(), "PacketReader read ", size, r.dest)
if err != nil {
return nil, err
}