1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-12 04:43:22 +08:00

chore: update deps

This commit is contained in:
源文雨
2025-04-15 00:48:13 +09:00
parent 8e79f419b8
commit d65fc4dd71
3 changed files with 4 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ func (m *Me) listen() (conn p2p.Conn, err error) {
go m.waitordispatch(addr, lbf, n, fil)
} else {
if config.ShowDebugLog {
logrus.Infoln("[listen] send dispatch to cpu", idx)
logrus.Debugln("[listen] send dispatch to cpu", idx)
}
m.jobs[idx] <- job{addr: addr, buf: lbf, n: n, fil: fil}
}