trove/releasenotes/notes/fix_module_driver_logging-666601f411db784a.yaml
Peter Stachowski 970d23ff2a Unsupported module driver not logged correctly
If an invalid module driver is found, the method is erroneously
printed out instead of the actual 'type.'  This is due
to missing parenthesis in the logging call.

This has been fixed.

Change-Id: I6fb23b3dbbec98de9ee1e2731bcfc56ab3c0ca42
Closes-Bug: #1579900
2016-05-09 21:22:39 +00:00

5 lines
81 B
YAML

---
fixes:
- An invalid module driver is now logged correctly.
Bug 1579900