diff --git a/src/dns.js b/src/dns.js index ca52c522f..816f5acc1 100644 --- a/src/dns.js +++ b/src/dns.js @@ -248,7 +248,7 @@ async function registerLocations(locations, options, progressCallback) { const ipv6 = await network.getIPv6(); for (const location of locations) { - progressCallback({ message: `Registering location: ${fqdn(location.subdomain, location.domain)}` }); + progressCallback({ message: `Registering location ${fqdn(location.subdomain, location.domain)}` }); await promiseRetry({ times: 200, interval: 5000, debug, retry: (error) => error.retryable }, async function () { // cname records cannot co-exist with other records