1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-08-25 17:49:31 +03:00

control applier logging improved

This commit is contained in:
2020-06-29 20:06:23 +04:00
parent 44ec5ecc93
commit 3a16e6eb7e

View File

@ -62,5 +62,8 @@ class control_applier(applier_frontend):
Trigger control facility invocation.
'''
if self.__module_enabled:
logging.debug(slogm('Running Control applier for machine'))
self.run()
else:
logging.debug(slogm('Control applier for machine will not be started'))