improve log

This commit is contained in:
srgooglo 2022-06-22 17:15:18 +02:00
parent fea949b138
commit 3aa45b3338

View File

@ -261,7 +261,7 @@ class Server {
registerBaseEndpoints() { registerBaseEndpoints() {
if (this.params.disableBaseEndpoint) { if (this.params.disableBaseEndpoint) {
InternalConsole.warn("Base endpoint is disabled! Endpoints mapping will not be available, so linebridge client bridges will not work!") InternalConsole.warn("‼️ [disableBaseEndpoint] Base endpoint is disabled! Endpoints mapping will not be available, so linebridge client bridges will not work! ‼️")
return false return false
} }