mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
fix: changed output to use log instead of fmt
This commit is contained in:
parent
5ca4d17d42
commit
e1a9f4ae36
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ var serveCmd = &cobra.Command{
|
|||
conf.AccessToken = accessToken
|
||||
} else {
|
||||
if verbose {
|
||||
fmt.Printf("No token found. Continuing without one...\n")
|
||||
log.Warn().Msg("No token found. Continuing without one...\n")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue