Improve upgraded log message

This commit is contained in:
Daniel 2023-07-28 16:56:49 +02:00
parent f38589aee5
commit 97861d3bd3

View file

@ -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
}