mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 02:30:21 +08:00
[cloud-api] More logging fixes
This commit is contained in:
parent
2a7e8190c5
commit
92e62033d3
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ class IMAPConnection extends EventEmitter {
|
|||
|
||||
this._imap.once('end', () => {
|
||||
clearTimeout(socketTimeout)
|
||||
this._logger.info('Underlying IMAP Connection ended');
|
||||
this._logger.debug('Underlying IMAP Connection ended');
|
||||
this._connectPromise = null;
|
||||
this._imap = null;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue