diff --git a/odi6/odi6.py b/odi6/odi6.py index c133b57..7efb6ad 100755 --- a/odi6/odi6.py +++ b/odi6/odi6.py @@ -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']}""",