From 51b10c82934688994be18213a1fc57410a7ad6e0 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 3 Dec 2024 10:51:16 +0200 Subject: [PATCH] Add more debug --- odi6/odi6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']}""",