diff --git a/tvapp2/index.js b/tvapp2/index.js index ba06b035..33484229 100755 --- a/tvapp2/index.js +++ b/tvapp2/index.js @@ -2326,7 +2326,7 @@ const server = http.createServer( ( request, response ) => chalk.blueBright( `` ), chalk.whiteBright.bgBlack( ` ${ envWebIP }:${ envWebPort } ` ), chalk.blueBright( `` ), chalk.whiteBright.bgBlack( ` ${ envIpContainer }:${ envWebPort } ` ) ); - Log.info( `core`, chalk.yellow( `[initiate]` ), chalk.white( `✅` ), + Log.info( `core`, chalk.yellow( `[initiate]` ), chalk.white( `ℹ️` ), chalk.blueBright( `` ), chalk.gray( `Running TVApp2 version` ), chalk.blueBright( `` ), chalk.gray( ` ${ version } ` ), chalk.blueBright( `` ), chalk.gray( ` ${ envAppRelease } ` ) );