mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-05 11:51:41 -05:00
less confusing error message
This commit is contained in:
@@ -21,7 +21,7 @@ func New(cfg *config.Config) Service {
|
||||
s.Manager = newReg(cfg)
|
||||
} else {
|
||||
l := olog.NewLogger(olog.Name("ocis-accounts"))
|
||||
l.Fatal().Msgf("driver does not exist: %v", cfg.Manager)
|
||||
l.Fatal().Msgf("unknown manager: %v", cfg.Manager)
|
||||
}
|
||||
|
||||
return s
|
||||
|
||||
Reference in New Issue
Block a user