Add more debug
This commit is contained in:
parent
c7f2b6d18f
commit
51b10c8293
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ the hostname: {data}"
|
|||
if record_exists['target'] != ipv6:
|
||||
self._log.debug(
|
||||
f"""A AAAA record ({record_exists}) exists for this
|
||||
hostname, updating it."""
|
||||
hostname, updating it with '{params}'."""
|
||||
)
|
||||
result = self.ovh.put(
|
||||
f"""/domain/zone/{self.config['domain']}/record/{record_exists['id']}""",
|
||||
|
|
Loading…
Reference in a new issue