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) {
|
FTNMessageScanTossModule.prototype.startup = function(cb) {
|
||||||
Log.info(`${exports.moduleInfo.name} Scanner/Tosser starting up`);
|
Log.info(`${exports.moduleInfo.name} Scanner/Tosser starting up`);
|
||||||
|
|
||||||
|
if (!this.hasValidConfiguration()) {
|
||||||
|
Log.debug('No configuration present');
|
||||||
|
}
|
||||||
|
|
||||||
let importing = false;
|
let importing = false;
|
||||||
|
|
||||||
let self = this;
|
let self = this;
|
||||||
|
|
Loading…
Reference in New Issue