fix message

This commit is contained in:
Martin Thielecke 2022-05-07 13:51:25 +02:00
parent 1bb87788f8
commit ccf4bec8dc
Signed by: mthie
GPG Key ID: D1D25A85C8604DFB
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ func getChannel(u *User) {
}
if len(result.Data) < 1 {
log.Info("No streams")
log.Info("No channels")
return
}

View File

@ -68,7 +68,7 @@ func getSubs(u *User, max int) {
}
if len(result.Data) < 1 {
log.Info("No streams")
log.Info("No subs")
return
}