Update debug print variable

This commit is contained in:
bytedream 2022-04-28 10:21:02 +02:00
parent 0c92fc0989
commit 48595f25fa

View file

@ -41,7 +41,7 @@ var rootCmd = &cobra.Command{
out = newLogger(false, false, false) out = newLogger(false, false, false)
} }
out.DebugLog.Printf("Executing `%s` command with %d arg(s)\n", cmd.Name(), len(args)) out.Debug("Executing `%s` command with %d arg(s)", cmd.Name(), len(args))
client, err = createOrDefaultClient(proxyFlag, useragentFlag) client, err = createOrDefaultClient(proxyFlag, useragentFlag)
return return