mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #48791 from rallytime/bp-48757
Back-port #48757 to 2018.3
This commit is contained in:
commit
488f6716d4
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ def _walk(path, value, metrics, timestamp, skip):
|
|||
to a float. Defaults to `False`.
|
||||
'''
|
||||
log.trace(
|
||||
'Carbon return walking path: %s, value: %s, metrics: %s, ',
|
||||
'Carbon return walking path: %s, value: %s, metrics: %s, '
|
||||
'timestamp: %s', path, value, metrics, timestamp
|
||||
)
|
||||
if isinstance(value, collections.Mapping):
|
||||
|
|
Loading…
Add table
Reference in a new issue