1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

firefox applier logging improved

This commit is contained in:
Игорь Чудов 2020-06-29 20:05:44 +04:00
parent ac2ec348f2
commit 0352da6d58
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -149,7 +149,10 @@ class firefox_applier(applier_frontend):
def apply(self):
if self.__module_enabled:
logging.debug(slogm('Running Firefox applier for machine'))
self.machine_apply()
else:
logging.debug(slogm('Firefox applier for machine will not be started'))
#if not self._is_machine_name:
# logging.debug('Running user applier for Firefox')
# self.user_apply()