forked from LBRYCommunity/lbry-sdk
bug fix: use proper settings dictionary
This commit is contained in:
parent
7a76763610
commit
b88e771eb2
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue