Add trace log

This commit is contained in:
Zoltan Papp
2024-10-09 14:07:35 +02:00
parent deeb05047d
commit e3dfbe5acf

View File

@@ -63,6 +63,7 @@ func (p *ProxyWrapper) Pause() {
return
}
log.Tracef("pause proxy reading from: %s", p.remoteConn.RemoteAddr())
p.pausedMu.Lock()
p.paused = true
p.pausedMu.Unlock()