bug fix: use proper settings dictionary

This commit is contained in:
Job Evers-Meltzer 2016-11-16 13:38:38 -06:00 committed by Job Evers
parent 7a76763610
commit b88e771eb2

View file

@ -76,7 +76,7 @@ def start():
lbrynet_log = settings.get_log_filename()
log_support.configure_logging(lbrynet_log, args.logtoconsole, args.verbose)
log.debug('Final Settings: %s', settings.__dict__)
log.debug('Final Settings: %s', settings.get_dict())
try:
log.debug('Checking for an existing lbrynet daemon instance')