mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Change error formatter for non Errorf
This commit is contained in:
parent
6581a5bd0f
commit
2471042d02
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ func loadCrunchy() {
|
|||
os.Exit(1)
|
||||
}
|
||||
if crunchy, err = crunchyroll.LoginWithEtpRt(url.QueryEscape(string(body)), systemLocale(true), client); err != nil {
|
||||
out.Debug("Failed to login with temp etp rt cookie: %w", err)
|
||||
out.Debug("Failed to login with temp etp rt cookie: %v", err)
|
||||
} else {
|
||||
out.Debug("Logged in with etp rt cookie %s. BLANK THIS LINE OUT IF YOU'RE ASKED TO POST THE DEBUG OUTPUT SOMEWHERE", body)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue