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:
@ -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'))
|
||||
|
||||
|
Reference in New Issue
Block a user