mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Update log statement
This commit is contained in:
parent
7cd81a5cb5
commit
3f4c340e3c
@ -5067,9 +5067,9 @@ def get(policy_class=None, return_full_policy_names=True,
|
|||||||
_pol['Registry']['Path'],
|
_pol['Registry']['Path'],
|
||||||
_pol['Registry']['Value'])['vdata']
|
_pol['Registry']['Value'])['vdata']
|
||||||
log.debug(
|
log.debug(
|
||||||
'Value {0} found for reg policy {1}'.format(
|
'Value %r found for reg policy %s',
|
||||||
salt.utils.to_unicode(class_vals[policy_name]),
|
class_vals[policy_name], policy_name
|
||||||
policy_name))
|
)
|
||||||
elif 'Secedit' in _pol:
|
elif 'Secedit' in _pol:
|
||||||
# get value from secedit
|
# get value from secedit
|
||||||
_ret, _val = _findOptionValueInSeceditFile(_pol['Secedit']['Option'])
|
_ret, _val = _findOptionValueInSeceditFile(_pol['Secedit']['Option'])
|
||||||
|
Loading…
Reference in New Issue
Block a user