From 7b0e7e640748b57d853245fe8d2e09235695c177 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 22 Nov 2017 21:39:27 +0100 Subject: [PATCH] more verbose --- client-scripts/dyn-ns-client | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client-scripts/dyn-ns-client b/client-scripts/dyn-ns-client index 774c510..85c2910 100755 --- a/client-scripts/dyn-ns-client +++ b/client-scripts/dyn-ns-client @@ -143,6 +143,8 @@ def updateDomain(server, domain, ipv4, ipv6, password, config, verbose): if ipv6 is not None: url += '&ipv6='+urllib.parse.quote(ipv6) expected += " "+ipv6 + if verbose >= VERBOSE_FULL: + print("Request:",url) result = urlopen(url, config) # did everything go as planned? -- 2.30.2