Мелкие поправки

This commit is contained in:
Book Pauk
2022-07-28 18:50:56 +07:00
parent f4a7482b3b
commit 18c8b2d803
2 changed files with 5 additions and 5 deletions

View File

@@ -249,7 +249,7 @@ class BUCClient {
this.periodicSendBookUrls();//no await
this.periodicSync();//no await
log(`BUC Client started`);
log(`BUC Client Worker started`);
} catch (e) {
log(LM_FATAL, e.stack);
ayncExit.exit(1);

View File

@@ -331,9 +331,9 @@ class BUCServer {
for (let i = 0; i < 10; i++)
this.periodicCheck();//no await
log(`------------------`);
log(`BUC Server started`);
log(`------------------`);
log(`-------------------------`);
log(`BUC Server Worker started`);
log(`-------------------------`);
} catch (e) {
log(LM_FATAL, e.stack);
ayncExit.exit(1);