flake8
passed.
JSHint
passed.
Review Request #9818 — Created March 22, 2018 and submitted
An error log message when attempting to unpack static media wasn't
passing enough arguments to a format string. This change fixes that up.While I was here I noticed that we had some calls that were using a
named logger and some that were usinglogging
. I've changed them all
to used the named logger.
Ran unit tests.