Skip to content

Commit

Permalink
chore: log type changes
Browse files Browse the repository at this point in the history
  • Loading branch information
biodrone committed Mar 11, 2022
1 parent 139054b commit 8792099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func getStream(site string, user string, quality string) (string, error) {
return "", errors.New("failed to get stream")
}
} else {
log.Debugf("Stream for %v Fetched: %v", user, msg.Url)
log.Tracef("Stream for %v Fetched: %v", user, msg.Url)
}
return msg.Url, nil
}

0 comments on commit 8792099

Please sign in to comment.