Compare commits
1 commit
ffc217a0d5
...
9a5c3c4b08
Author | SHA1 | Date | |
---|---|---|---|
9a5c3c4b08 |
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ func main() {
|
|||
if err != nil {
|
||||
logger.L.Fatalf("Failed to initialize storage backend: %s", err.Error())
|
||||
}
|
||||
logger.L.Infof("Initialized storage backend %q", conf.StorageType)
|
||||
logger.L.Infof("Initialized storage backend \"%s\"", conf.StorageType)
|
||||
dexConf := dex_server.Config{
|
||||
Web: dex_server.WebConfig{
|
||||
Dir: "./",
|
||||
|
|
Loading…
Add table
Reference in a new issue