mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +00:00
Change log message format
This commit is contained in:
parent
3d7d1fa0df
commit
0a0dda36e0
1 changed files with 2 additions and 2 deletions
|
@ -89,10 +89,10 @@ func updateRegistryConfig(_ context.Context, _ interface{}) error {
|
||||||
if forceUpdate {
|
if forceUpdate {
|
||||||
module.Resolve(updateFailed)
|
module.Resolve(updateFailed)
|
||||||
_ = TriggerUpdate()
|
_ = TriggerUpdate()
|
||||||
log.Infof("Automatic updates enabled again.")
|
log.Infof("updates: automatic updates enabled again.")
|
||||||
} else {
|
} else {
|
||||||
module.Warning(updateFailed, "Updates are disabled!")
|
module.Warning(updateFailed, "Updates are disabled!")
|
||||||
log.Warningf("Automatic updates are now disabled.")
|
log.Warningf("updates: automatic updates are now disabled.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue