diff --git a/lib/alias.js b/lib/alias.js index 6c05a8c..c4ba92f 100644 --- a/lib/alias.js +++ b/lib/alias.js @@ -133,7 +133,11 @@ export default class Alias extends Now { let skipDNSVerification = false if (this._debug) { - console.log(`> [debug] Found domain ${domain} and nameservers ${nameservers}`) + if (domainInfo) { + console.log(`> [debug] Found domain ${domain} with verified:${domainInfo.verified}`) + } else { + console.log(`> [debug] Found domain ${domain} and nameservers ${nameservers}`) + } } if (!usingZeitWorld && domainInfo) {