15e95d9b3c
It should be "%s," not just "%,". The error observed was something like... ValueError: unsupported format character ',' (0x2c) at index 91 Closes-Bug: #1764696 Change-Id: I601c8640cec857746c2c17f94116da890f4d65e0
7 lines
179 B
YAML
7 lines
179 B
YAML
---
|
|
fixes:
|
|
- |
|
|
A regression was introduced that caused an error when logging a specific
|
|
message. The string formatting was broken, which caused the logging to
|
|
fail.
|