From ccf4bec8dc1fcbe4e16f534c4d7f54d3f5db2120 Mon Sep 17 00:00:00 2001 From: Martin Thielecke Date: Sat, 7 May 2022 13:51:25 +0200 Subject: [PATCH] fix message --- channel.go | 2 +- subs.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/channel.go b/channel.go index 6efe92d..9de115d 100644 --- a/channel.go +++ b/channel.go @@ -61,7 +61,7 @@ func getChannel(u *User) { } if len(result.Data) < 1 { - log.Info("No streams") + log.Info("No channels") return } diff --git a/subs.go b/subs.go index 71a0d09..0213357 100644 --- a/subs.go +++ b/subs.go @@ -68,7 +68,7 @@ func getSubs(u *User, max int) { } if len(result.Data) < 1 { - log.Info("No streams") + log.Info("No subs") return }