mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 11:42:43 +08:00
chore:adjust sniffer debuglog info
This commit is contained in:
parent
f4500524e4
commit
d55f77798d
|
@ -59,7 +59,7 @@ func (sd *SnifferDispatcher) cover(conn *CN.BufferedConn, metadata *C.Metadata)
|
|||
|
||||
host, err := sniffer.SniffTCP(bytes)
|
||||
if err != nil {
|
||||
log.Debugln("[Sniffer][%s] Sniff data failed", sniffer.Protocol())
|
||||
log.Debugln("[Sniffer][%s] Sniff data failed %s", sniffer.Protocol(), metadata.DstIP)
|
||||
continue
|
||||
}
|
||||
metadata.Host = host
|
||||
|
|
Loading…
Reference in New Issue
Block a user