From 9e739b2c1b0798eb5cc5600b78464aff6641a8e0 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Thu, 6 Apr 2017 16:36:41 +0200 Subject: [PATCH] [enh] translate log in english. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 87dd6ac..d8043e0 100644 --- a/index.js +++ b/index.js @@ -78,7 +78,7 @@ module.exports = { const wbmin = webminController(server, startServices, stopServices); const httpServer = http.createServer(app); httpServer.listen(PORT, HOTE); - server.logger.info("Serveur web disponible a l'adresse http://%s:%s", HOTE, PORT); + server.logger.info("Web administration accessible at following address: http://%s:%s", HOTE, PORT); require('./server/lib/routes').webmin(wbmin, app); require('./server/lib/routes').webminWS(wbmin)(httpServer); -- GitLab