mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Update debug print variable
This commit is contained in:
parent
0c92fc0989
commit
48595f25fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue