From 24f8c8cfd8f2a85398758922e07f5bda629df876 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 26 Apr 2011 14:09:36 +0200 Subject: [PATCH] [equo] inform user when we're about to respawn equo --- client/text_ui.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/text_ui.py b/client/text_ui.py index 033e78656..8d1f2ab59 100644 --- a/client/text_ui.py +++ b/client/text_ui.py @@ -545,6 +545,8 @@ def _upgrade_packages_respawn(entropy_client): # better idea. update, remove, fine, spm_fine = entropy_client.calculate_updates() if update: + print_info(teal(" @@ ")+purple("%s." % ( + _("There are more updates to install, reloading Entropy"),) )) # then spawn a new process entropy_client.shutdown() os.execv(sys.argv[0], sys.argv)