Browse Source

Merge pull request #700 from ricardbejarano/fix-plan-debug-log

fixed missing whitespace in plan() debug logging
pull/701/head
Ross McFarland 5 years ago
committed by GitHub
parent
commit
9c31b75e03
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/plan.py

+ 1
- 1
octodns/provider/plan.py 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'],


Loading…
Cancel
Save