Browse Source

Fix method name in exception log

pull/1140/head
Ross McFarland 2 years ago
parent
commit
afee52b181
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/manager.py

+ 1
- 1
octodns/manager.py View File

@ -402,7 +402,7 @@ class Manager(object):
return getattr(module, class_name), module_name, version
except AttributeError:
self.log.exception(
'_get_{}_class: Unable to get class %s from module %s',
'_get_named_class: Unable to get class %s from module %s',
class_name,
module,
)


Loading…
Cancel
Save