aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 8946aa5..1b01bfa 100644
--- a/main.go
+++ b/main.go
@@ -127,7 +127,7 @@ func metaProc(ctx context.Context, name string, out chan<- string) {
for {
meta, err := getMeta(name)
if err != nil {
- current = "Error: " + err.Error()
+ current = name + " - " + err.Error()
interval = 30 * time.Second
} else {
current = meta.title