misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2019-04-21 13:47:41 +02:00
commit aa3f4366a2
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -68,7 +68,7 @@ type dummyLogger struct {
}
func (l dummyLogger) Printf(format string, v ...interface{}) {
l.p.Info("[goproxy.log] %s", str.Trim(fmt.Sprintf(format, v...)))
l.p.Debug("[goproxy.log] %s", str.Trim(fmt.Sprintf(format, v...)))
}
func NewHTTPProxy(s *session.Session) *HTTPProxy {