Add more debug

This commit is contained in:
Antonio J. Delgado 2024-12-03 10:51:16 +02:00
parent c7f2b6d18f
commit 51b10c8293

View file

@ -128,7 +128,7 @@ the hostname: {data}"
if record_exists['target'] != ipv6: if record_exists['target'] != ipv6:
self._log.debug( self._log.debug(
f"""A AAAA record ({record_exists}) exists for this f"""A AAAA record ({record_exists}) exists for this
hostname, updating it.""" hostname, updating it with '{params}'."""
) )
result = self.ovh.put( result = self.ovh.put(
f"""/domain/zone/{self.config['domain']}/record/{record_exists['id']}""", f"""/domain/zone/{self.config['domain']}/record/{record_exists['id']}""",