diff --git a/updates/os_integration_linux.go b/updates/os_integration_linux.go index c60f10726..4f6554c07 100644 --- a/updates/os_integration_linux.go +++ b/updates/os_integration_linux.go @@ -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 }