Additional information in WFC docs

This commit is contained in:
Bryan Ashby
2022-05-07 11:19:18 -06:00
parent 9e5b3369a5
commit 18420fd7a7
2 changed files with 8 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ module.exports = class Door {
});
conn.once('error', err => {
this.client.log.info( { error : err.message }, 'Door socket server connection');
this.client.log.warn( { error : err.message }, 'Door socket server connection');
return this.restoreIo(conn);
});