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

Changed message loglevel for samba_backend

This commit is contained in:
Игорь Чудов 2019-12-10 18:59:54 +04:00
parent 4b46726b97
commit 8289edb0b9
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -146,10 +146,10 @@ class samba_backend(applier_backend):
except:
logging.error('Error fetching GPO list from {} for'.format(self.dc, username))
policy_files = eval(self.cache.get_default(self.sid, OrderedDict({'machine_regpols': [], 'user_regpols': []})))
logging.warning('Got cached PReg files {}'.format(policy_files))
logging.debug('Got cached PReg files {}'.format(policy_files))
logging.info('Machine .pol file set: {}'.format(policy_files['machine_regpols']))
logging.info('User .pol file set: {}'.format(policy_files['user_regpols']))
logging.debug('Machine .pol file set: {}'.format(policy_files['machine_regpols']))
logging.debug('User .pol file set: {}'.format(policy_files['user_regpols']))
return policy_files