diff --git a/lib/modem-dashboard/index.js b/lib/modem-dashboard/index.js
index cdf59fe..24f0586 100644
--- a/lib/modem-dashboard/index.js
+++ b/lib/modem-dashboard/index.js
@@ -60,5 +60,5 @@ app.use('/ussd', routerUssd);
 
 const modem_dashboard_port = (config && config.modem_dashboard && config.modem_dashboard.port) ? config.modem_dashboard.port : 22765;
 app.listen(modem_dashboard_port, function () {
-    logger.info('Web control panel started', {listen_port: modem_dashboard_port});
+    logger.info('Modem dashboard started', {listen_port: modem_dashboard_port});
 });