Fix build break due to link issue

This commit is contained in:
Arun Prakash Jana 2018-09-28 23:00:31 +05:30
parent e688806624
commit eec5e461a2
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -4624,7 +4624,7 @@ POSITIONAL ARGUMENTS:
if args.debug:
logger.setLevel(logging.DEBUG)
logdbg('Buku v%s', __version__)
logdbg('Python v%d.%d.%d' % sys.version_info[:3])
logdbg('Python v%s', ('%d.%d.%d' % sys.version_info[:3]))
else:
logging.disable(logging.WARNING)
urllib3.disable_warnings()