Merge "Fix debug log message"

This commit is contained in:
Jenkins 2015-12-01 13:53:41 +00:00 committed by Gerrit Code Review
commit 09512bcd5e

@ -42,7 +42,7 @@ class VersionNegotiationFilter(wsgi.Middleware):
def process_request(self, req):
"""Try to find a version first in the accept header, then the URL."""
LOG.debug(("Determining version of request:{method} {path}"
LOG.debug(("Determining version of request:{method} {path} "
"Accept: {accept}").format(method=req.method,
path=req.path,
accept=req.accept))