diff --git a/cmd/dex/serve.go b/cmd/dex/serve.go
index 8ebaaea0a87326708919fdd1ed2dd227540ba042..441cbe64fb5a274e72c7abe99c1dc23cff005835 100644
--- a/cmd/dex/serve.go
+++ b/cmd/dex/serve.go
@@ -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)
 	}