Browse Source

Update octodns/provider/ultra.py

Co-authored-by: Ross McFarland <ross@github.com>
pull/646/head
Nikolay Denev 5 years ago
committed by GitHub
parent
commit
20dc4dc6a7
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/ultra.py

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

@ -291,7 +291,7 @@ class UltraProvider(BaseProvider):
_type = self.RECORDS_TO_TYPE[record['rrtype']]
except KeyError:
self.log.warning('populate: ignoring record with '
'unsupported rrtype=%s', record)
'unsupported rrtype, %s %s', name, record['rrtype'])
continue
values[name][_type] = record


Loading…
Cancel
Save