fix formatting for base provider output

This commit is contained in:
Adam Smith
2018-06-13 23:29:47 -07:00
parent 16eda53eb3
commit 18e644918b
+1 -1
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,