Anorov/PySocks

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

is socks.py line852 "log.debug("%s due to: %s", msg, error)" should be "log.debug("%s due to: %s" % (msg, error))"

It's working as intended. Please read the logging module's documentation: https://docs.python.org/2/library/logging.html