Suppress ETIMEDOUT errors

This commit is contained in:
Andris Reinman 2017-10-07 23:32:15 +03:00
parent 283be10cc6
commit 0fc0caa0f1

View file

@ -323,7 +323,7 @@ module.exports = done => {
started = true;
return done(err);
}
log.error('POP3', err);
log.error('POP3', err.message);
});
server.listen(config.pop3.port, config.pop3.host, () => {