Fix a UnicodeDecodeError when printing exceptions containing non-ASCII chars.
Review Request #7481 — Created July 3, 2015 and submitted — Latest diff uploaded
The logging in
load_scmclientsfails when the exception contains non-ASCII
characters. Usinglogging.exceptionfixes this.
Ran unit tests.