doc: Make sure message is a string before regexing it
There are times when the log message is an exception object and that
causes the regex to fail with a TypeError. Here we work around that
by converting the input to a string.
Signed-off-by:
Michael Jones <m.pricejones@gmail.com>
Loading
Please sign in to comment