From 65f8a2fb06797ecce875863e70e01a7ff635538f Mon Sep 17 00:00:00 2001
From: Aleksandr Statciuk <free.arhey@gmail.com>
Date: Mon, 9 Aug 2021 03:41:48 +0300
Subject: [PATCH] Update clean.js

---
 scripts/clean.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/clean.js b/scripts/clean.js
index b9f6d94dd..73d0dfed5 100644
--- a/scripts/clean.js
+++ b/scripts/clean.js
@@ -60,7 +60,7 @@ async function checkPlaylist(playlist) {
       ) {
         channels.push(channel)
       } else {
-        if (config.debug) log.print(`ERR: ${channel.url}: ${result.status.reason}\n`)
+        if (config.debug) log.print(`ERR: ${channel.url} (${result.status.reason})\n`)
       }
     }
     if (!config.debug) bar.tick()