Browse Source

improve error message on failed authentication

Stefan Seidel 8 years ago
parent
commit
743f821f1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_do.sh

+ 1 - 1
dnsapi/dns_do.sh

@@ -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
 }
 }