mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Merge pull request #700 from ricardbejarano/fix-plan-debug-log
fixed missing whitespace in plan() debug logging
This commit is contained in:
@@ -50,7 +50,7 @@ class Plan(object):
|
|||||||
except AttributeError:
|
except AttributeError:
|
||||||
existing_n = 0
|
existing_n = 0
|
||||||
|
|
||||||
self.log.debug('__init__: Creates=%d, Updates=%d, Deletes=%d'
|
self.log.debug('__init__: Creates=%d, Updates=%d, Deletes=%d '
|
||||||
'Existing=%d',
|
'Existing=%d',
|
||||||
self.change_counts['Create'],
|
self.change_counts['Create'],
|
||||||
self.change_counts['Update'],
|
self.change_counts['Update'],
|
||||||
|
Reference in New Issue
Block a user