chore: log when reporting successful launch (#209)

This commit is contained in:
Bryan Oltman
2024-08-30 12:30:38 -04:00
committed by GitHub
parent bec79a4f8d
commit e4e4c57b59
+2
View File
@@ -570,6 +570,8 @@ pub fn report_launch_failure() -> anyhow::Result<()> {
}
pub fn report_launch_success() -> anyhow::Result<()> {
info!("Reporting successful launch.");
with_config(|config| {
// We can tell the UpdaterState that we have successfully booted from the "next" patch
// and make that the "current" patch.