From 07cbde7426123578c335e66dac8b2e65d3950572 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 28 Jul 2023 16:56:49 +0200 Subject: [PATCH] Improve upgraded log message --- updates/os_integration_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updates/os_integration_linux.go b/updates/os_integration_linux.go index c60f1072..4f6554c0 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 }