mistral/releasenotes/notes/fix-regression-when-logging-58faa35f02cefb34.yaml
Dougal Matthews 15e95d9b3c Correct the string formatting in a info log message
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
2018-04-17 09:41:35 +00:00

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.