Skip to content
Snippets Groups Projects
Commit 9e739b2c authored by Moul's avatar Moul
Browse files

[enh] translate log in english.

parent 8af881f1
Branches
Tags
No related merge requests found
...@@ -78,7 +78,7 @@ module.exports = { ...@@ -78,7 +78,7 @@ module.exports = {
const wbmin = webminController(server, startServices, stopServices); const wbmin = webminController(server, startServices, stopServices);
const httpServer = http.createServer(app); const httpServer = http.createServer(app);
httpServer.listen(PORT, HOTE); 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').webmin(wbmin, app);
require('./server/lib/routes').webminWS(wbmin)(httpServer); require('./server/lib/routes').webminWS(wbmin)(httpServer);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment