Commit 7dcdea777d531338c4b1047b016758279631e7e0
1 parent
cf939797ef
Exists in
master
Log on modem dashboard start
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
lib/modem-dashboard/index.js
... | ... | @@ -60,5 +60,5 @@ app.use('/ussd', routerUssd); |
60 | 60 | |
61 | 61 | const modem_dashboard_port = (config && config.modem_dashboard && config.modem_dashboard.port) ? config.modem_dashboard.port : 22765; |
62 | 62 | app.listen(modem_dashboard_port, function () { |
63 | - logger.info('Web control panel started', {listen_port: modem_dashboard_port}); | |
63 | + logger.info('Modem dashboard started', {listen_port: modem_dashboard_port}); | |
64 | 64 | }); |