forked from mystiq/dex
cmd/dex/serve.go: log static client name instead of ID
Signed-off-by: Yann Soubeyrand <yann.soubeyrand@gmx.fr>
This commit is contained in:
parent
29d8428387
commit
c5f2871ab5
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ func serve(cmd *cobra.Command, args []string) error {
|
|||
|
||||
if len(c.StaticClients) > 0 {
|
||||
for _, client := range c.StaticClients {
|
||||
logger.Infof("config static client: %s", client.ID)
|
||||
logger.Infof("config static client: %s", client.Name)
|
||||
}
|
||||
s = storage.WithStaticClients(s, c.StaticClients)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue