From bb3380b3cf1b753f13f3f1cfad2e37d4b73ce0a9 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sat, 31 May 2025 09:23:12 -0700 Subject: [PATCH] refactor: update logging --- tvapp2/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tvapp2/index.js b/tvapp2/index.js index 2412882e..45b0c30b 100755 --- a/tvapp2/index.js +++ b/tvapp2/index.js @@ -310,7 +310,7 @@ class Semaphore async function serviceCheck( service, uri ) { Log.info( `ping`, chalk.yellow( `[initiate]` ), chalk.white( `ℹ️` ), - chalk.blueBright( `` ), chalk.gray( `Checking for connection` ), + chalk.blueBright( `` ), chalk.gray( `Connection attempt` ), chalk.blueBright( `` ), chalk.gray( ` ${ service } ` ), chalk.blueBright( `
` ), chalk.gray( ` ${ uri } ` ) );