Changed Error message

This commit is contained in:
Raskaro 2019-08-12 12:17:37 +02:00
parent 6867a9b174
commit 9cbf98fc98

View file

@ -12,7 +12,7 @@ var (
func startCore() error {
if err := startPlatformSpecific(); err != nil {
return fmt.Errorf("failed to start plattform-specific stuff: %s", err)
return fmt.Errorf("failed to start plattform-specific components: %s", err)
}
return registerDatabases()