Compare commits
1 commit
9a5c3c4b08
...
ffc217a0d5
Author | SHA1 | Date | |
---|---|---|---|
ffc217a0d5 |
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 \"%s\"", conf.StorageType)
|
||||
logger.L.Infof("Initialized storage backend %q", conf.StorageType)
|
||||
dexConf := dex_server.Config{
|
||||
Web: dex_server.WebConfig{
|
||||
Dir: "./",
|
||||
|
|
Loading…
Add table
Reference in a new issue