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