1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-04 17:47:00 +03:00

F #5422: New error message on fireedge start fail

This commit is contained in:
Tino Vazquez 2021-07-05 16:24:06 +02:00
parent d5b2e8a286
commit f22298f301

View File

@ -164,7 +164,7 @@ const sockets = websockets(appServer) || []
let config = {
color: 'red',
message: 'Server no start'
message: 'Server could not be started'
}
appServer.listen(port, host, err => {