1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Update octodns/provider/ultra.py

Co-authored-by: Ross McFarland <ross@github.com>
This commit is contained in:
Nikolay Denev
2020-12-11 16:54:09 +00:00
committed by GitHub
parent 9549a0dec9
commit 20dc4dc6a7

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