Browse Source

fix formatting for base provider output

pull/246/head
Adam Smith 8 years ago
parent
commit
18e644918b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/base.py

+ 1
- 1
octodns/provider/base.py View File

@ -17,7 +17,7 @@ class BaseProvider(BaseSource):
delete_pcent_threshold=Plan.MAX_SAFE_DELETE_PCENT):
super(BaseProvider, self).__init__(id)
self.log.debug('__init__: id=%s, apply_disabled=%s, '
'update_pcent_threshold=%.2f'
'update_pcent_threshold=%.2f, '
'delete_pcent_threshold=%.2f',
id,
apply_disabled,


Loading…
Cancel
Save