From 3db8cb11c9a9b49fb4cce2a8a2b230f1d91488f8 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Wed, 24 Nov 2021 16:07:39 -0300 Subject: [PATCH] [web] improvement: logging when a desktop entry is created as an autostart file --- bauh/gems/web/controller.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bauh/gems/web/controller.py b/bauh/gems/web/controller.py index ad43233a..02fdb01a 100644 --- a/bauh/gems/web/controller.py +++ b/bauh/gems/web/controller.py @@ -768,6 +768,8 @@ class WebApplicationManager(SoftwareManager): with open(pkg.get_autostart_path(), 'w+') as f: f.write(entry_content) + self.logger.info(f"Autostart file created '{autostart_file}'") + if install_options: pkg.options_set = install_options