manila/manila/scheduler/filters
Andreas Jaeger 24cb089fee Fix some LOG.debug invocations
LOG.debug("Hello %s" % xyz) should be LOG.debug("Hello %s", xyz).
This allows the logging package to skip creating the
formatted log message if the message is not going to be emitted because
of the current log level.

Change-Id: Ie0c91cd940017fd80d1d84b0e56780a1da980858
2014-09-16 08:04:09 +02:00
..
__init__.py Address H104 File contains nothing but comments 2014-07-14 10:19:15 +02:00
capacity_filter.py Fix some LOG invocations and messages 2014-09-03 07:03:00 +02:00
retry_filter.py Fix some LOG.debug invocations 2014-09-16 08:04:09 +02:00