mirror of
https://github.com/safing/portmaster
synced 2025-04-25 13:29:10 +00:00
Improve upgraded log message
This commit is contained in:
parent
f38589aee5
commit
97861d3bd3
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ func upgradeSystemIntegrationFileContents(
|
|||
return fmt.Errorf("failed to finalize update of %s at %s: %w", name, filePath, err)
|
||||
}
|
||||
|
||||
log.Warningf("updates: %s at %s was upgraded to %s", name, filePath, currentHexSum)
|
||||
log.Warningf("updates: %s at %s was upgraded to %s - a reboot may be required", name, filePath, currentHexSum)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue