Add extra log
This commit is contained in:
parent
387dfb3b5d
commit
3732914c4a
|
@ -2151,6 +2151,10 @@ FTNMessageScanTossModule.prototype.processTicFilesInDirectory = function(importD
|
|||
FTNMessageScanTossModule.prototype.startup = function(cb) {
|
||||
Log.info(`${exports.moduleInfo.name} Scanner/Tosser starting up`);
|
||||
|
||||
if (!this.hasValidConfiguration()) {
|
||||
Log.debug('No configuration present');
|
||||
}
|
||||
|
||||
let importing = false;
|
||||
|
||||
let self = this;
|
||||
|
|
Loading…
Reference in New Issue