mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-02 16:01:55 +02:00
Add extra log
This commit is contained in:
parent
387dfb3b5d
commit
3732914c4a
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue