From 96751013504bf6c14ac9c8dd01f3ae9a72e0a420 Mon Sep 17 00:00:00 2001 From: gerblesh <101901964+gerblesh@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:16:35 -0700 Subject: [PATCH] revert: add back log when system update is complete --- src/ublue_update/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ublue_update/cli.py b/src/ublue_update/cli.py index c3023d1..0552344 100644 --- a/src/ublue_update/cli.py +++ b/src/ublue_update/cli.py @@ -179,6 +179,7 @@ def run_updates(args): capture_output=True, ) log.debug(out.stdout.decode("utf-8")) + log.info("System update complete") if pending_deployment_check(): out = notify( "System Updater",