Skip to content

Commit

Permalink
Improve upgraded log message
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Jul 28, 2023
1 parent 27bca76 commit 07cbde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updates/os_integration_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 07cbde7

Please sign in to comment.