Commit 743f821f authored by Stefan Seidel's avatar Stefan Seidel
Browse files

improve error message on failed authentication

parent b95a99e0
...@@ -53,7 +53,7 @@ _dns_do_authenticate() { ...@@ -53,7 +53,7 @@ _dns_do_authenticate() {
_debug "_domain $_domain" _debug "_domain $_domain"
return 0 return 0
else else
_err "Authentication failed, check logs" _err "Authentication failed, are DO_PID and DO_PW set correctly?"
fi fi
return 1 return 1
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment