use debug instead of console.error

This commit is contained in:
Girish Ramakrishnan
2015-10-20 19:03:34 -07:00
parent 1a2948df85
commit bc09e4204b

View File

@@ -325,7 +325,7 @@ function addDnsRecords() {
});
}, function (error) {
if (error) {
console.error(error);
debug(error.message);
gAddDnsRecordsTimerId = setTimeout(checkIfInSync, 5000);
return;
}