mirror of
https://github.com/safing/portmaster
synced 2025-09-04 11:39:29 +00:00
Changed Error message
This commit is contained in:
parent
6867a9b174
commit
9cbf98fc98
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ var (
|
||||||
|
|
||||||
func startCore() error {
|
func startCore() error {
|
||||||
if err := startPlatformSpecific(); err != nil {
|
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()
|
return registerDatabases()
|
||||||
|
|
Loading…
Add table
Reference in a new issue