projects
/
dyn-nsupdate.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
more error information
[dyn-nsupdate.git]
/
client-scripts
/
dyn-ns-client
diff --git
a/client-scripts/dyn-ns-client
b/client-scripts/dyn-ns-client
index 93b977ff57b193c249972c010804a2be5197b07e..774c5103950bd89114a3978eaafafd1de9f1b232 100755
(executable)
--- a/
client-scripts/dyn-ns-client
+++ b/
client-scripts/dyn-ns-client
@@
-167,7
+167,7
@@
def updateDomain(server, domain, ipv4, ipv6, password, config, verbose):
else:
# Something went wrong
print("Unexpected answer from server",server,"while updating",domain)
- print(
result
)
+ print(
"Got '{}', expected '{}'".format(result, expected)
)
return False
if __name__ == "__main__":