diff --git a/src/dns/caas.js b/src/dns/caas.js index f9f3a5ef9..a815e4930 100644 --- a/src/dns/caas.js +++ b/src/dns/caas.js @@ -95,7 +95,7 @@ function del(dnsConfig, zoneName, subdomain, type, values, callback) { assert(util.isArray(values)); assert.strictEqual(typeof callback, 'function'); - debug('add: %s for zone %s of type %s with values %j', subdomain, zoneName, type, values); + debug('del: %s for zone %s of type %s with values %j', subdomain, zoneName, type, values); var data = { type: type,