1
0
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:
Ross McFarland
2021-04-26 16:54:46 -07:00
committed by GitHub

View File

@@ -50,7 +50,7 @@ class Plan(object):
except AttributeError:
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',
self.change_counts['Create'],
self.change_counts['Update'],