Skip to content

Commit f709039

Browse files
authored
remove unnecessary tab from log message (#35)
1 parent 1201bab commit f709039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks/portstack.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ func (ps *PortStack) HandleEth(dst []byte) (n int, err error) {
359359
n, err = ps.handleEth(dst)
360360
if n > 0 && err == nil {
361361
if isTrace {
362-
ps.trace("Stack: HandleEth", slog.Int("plen", n))
362+
ps.trace("Stack:HandleEth", slog.Int("plen", n))
363363
}
364364
ps.lastTx = ps.now()
365365
ps.processedPackets++

0 commit comments

Comments
 (0)