Browse Source

Merge pull request #481 from m1kola/patch-1

Fixes a typo in log
pull/482/head
Ross McFarland 6 years ago
committed by GitHub
parent
commit
d51c3111c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/manager.py

+ 1
- 1
octodns/manager.py View File

@ -99,7 +99,7 @@ class Manager(object):
self.include_meta = include_meta or manager_config.get('include_meta',
False)
self.log.info('__init__: max_workers=%s', self.include_meta)
self.log.info('__init__: include_meta=%s', self.include_meta)
self.log.debug('__init__: configuring providers')
self.providers = {}


Loading…
Cancel
Save