From d12bc9e2b3831fd803df035daf7ffb90322df899 Mon Sep 17 00:00:00 2001 From: Tuxicoman <0duniter@jesuislibre.net> Date: Mon, 22 Oct 2018 17:37:57 +0000 Subject: [PATCH] Update index.ts --- app/modules/bma/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/bma/index.ts b/app/modules/bma/index.ts index b28c5025d..1b52fbf75 100644 --- a/app/modules/bma/index.ts +++ b/app/modules/bma/index.ts @@ -165,7 +165,7 @@ export const BmaDependency = { // Configuration errors if (!conf.nobma) { if(!conf.ipv4 && !conf.ipv6){ - throw new Error("BMA: no interface to listen to."); + throw new Error("BMA: no interface to listen to. Provide ipv4/ipv6 interface or deactivate BMA"); } if(!conf.remoteipv4 && !conf.remoteipv6 && !conf.remotehost){ throw new Error('BMA: no interface for remote contact.'); -- GitLab