diff --git a/index.js b/index.js index 87dd6ac4024b125c2ed2f1232171ffd5c6b9603a..d8043e0e9031e5122a9df27da1924b3da01c7dd8 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);