From 87ce6d0aac6d482b14edfe4d9de8202a3d487c1b Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Tue, 14 Dec 2021 14:37:35 -0300 Subject: [PATCH] [web.controller] refactoring: Electron log pattern --- bauh/gems/web/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bauh/gems/web/controller.py b/bauh/gems/web/controller.py index 734f7301..f716b7d1 100644 --- a/bauh/gems/web/controller.py +++ b/bauh/gems/web/controller.py @@ -696,7 +696,7 @@ class WebApplicationManager(SoftwareManager): if fix: # just adding the fix as an installation option. The file will be written later - fix_log = f'Fix found for {pkg.url} (electron={electron_version}, widevine={widevine_support})' + fix_log = f'Fix found for {pkg.url} (Electron: {electron_version})' self.logger.info(fix_log) watcher.print(fix_log)