mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix Log Line for Vault Token Generation Debug Line
Fixes #46864 This patch replaces an errant period with a comma to correctly log a debug statement.
This commit is contained in:
parent
a0e168ccee
commit
01a5b88e7b
@ -40,7 +40,7 @@ def generate_token(minion_id, signature, impersonated_by_master=False):
|
||||
True. This happens when the master generates minion pillars.
|
||||
'''
|
||||
log.debug(
|
||||
'Token generation request for %s (impersonated by master: %s)'.
|
||||
'Token generation request for %s (impersonated by master: %s)',
|
||||
minion_id, impersonated_by_master
|
||||
)
|
||||
_validate_signature(minion_id, signature, impersonated_by_master)
|
||||
|
Loading…
Reference in New Issue
Block a user