is socks.py line852 "log.debug("%s due to: %s", msg, error)" should be "log.debug("%s due to: %s" % (msg, error))"
JmSeason opened this issue · 1 comments
JmSeason commented
is socks.py line852 "log.debug("%s due to: %s", msg, error)" should be "log.debug("%s due to: %s" % (msg, error))"
Anorov commented
It's working as intended. Please read the logging module's documentation: https://docs.python.org/2/library/logging.html