Fix a logging call to provide all format parameters.

Review Request #9818 — Created March 22, 2018 and submitted

Information

Djblets
release-1.0.x
ae06985...

Reviewers

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 using logging. I've changed them all
to used the named logger.

Ran unit tests.

chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-1.0.x (24a8a0d)
Loading...