mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update log statement
This commit is contained in:
parent
e9fa53d3b7
commit
bcde5cc625
1 changed files with 3 additions and 3 deletions
|
@ -5048,9 +5048,9 @@ def get(policy_class=None, return_full_policy_names=True,
|
|||
_pol['Registry']['Path'],
|
||||
_pol['Registry']['Value'])['vdata']
|
||||
log.debug(
|
||||
'Value {0} found for reg policy {1}'.format(
|
||||
salt.utils.to_unicode(class_vals[policy_name]),
|
||||
policy_name))
|
||||
'Value %r found for reg policy %s',
|
||||
class_vals[policy_name], policy_name
|
||||
)
|
||||
elif 'Secedit' in _pol:
|
||||
# get value from secedit
|
||||
_ret, _val = _findOptionValueInSeceditFile(_pol['Secedit']['Option'])
|
||||
|
|
Loading…
Add table
Reference in a new issue