manila/manila/hacking
Tom Barron 467321bceb Do not supply logging arguments as tuple.
Logging format arguments are not supposed to be tuples, but
are rather to be supplied separately - i.e., use
   LOG.debug('%s is %s', arg1, arg2)
instead of
   LOG.debug('%s is %s', (arg1, arg2))

Rid the manila codebase of this logging format error and
add a hacking check for this.  The hacking check will not
catch all corner cases but should help prevent this error
in most cases.

Change-Id: Ibea39f1f90c0444eae5cfcd6090b2a00d84ab923
Closes-Bug: #1585394
2016-06-09 17:22:36 -04:00
..
__init__.py Add manila specific hacking checks 2014-10-21 09:34:59 +02:00
checks.py Do not supply logging arguments as tuple. 2016-06-09 17:22:36 -04:00