TODO notes

This commit is contained in:
Bryan Ashby 2019-01-02 20:08:00 -07:00
parent eaace9a81d
commit c5a72c7356
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ class NNTPServer extends NNTPServerBase {
const user = new User();
user.authenticate(username, password, err => {
if(err) {
// :TODO: Log IP address
this.log.debug( { username, reason : err.message }, 'Authentication failure');
return resolve(false);
}