manila/manila/share
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
..
drivers Fix some LOG.debug invocations 2014-09-16 08:04:09 +02:00
__init__.py Removing deprecated using of flags module from project 2013-10-07 13:17:27 +03:00
api.py Fix some LOG.debug invocations 2014-09-16 08:04:09 +02:00
configuration.py Flake8: Fix and enable H405 2014-08-27 13:39:22 +02:00
driver.py Fix some LOG invocations and messages 2014-09-03 07:03:00 +02:00
manager.py Fix some LOG.debug invocations 2014-09-16 08:04:09 +02:00
rpcapi.py Add share-server-delete API 2014-07-15 14:13:57 +00:00
volume_types.py Fix some LOG.debug invocations 2014-09-16 08:04:09 +02:00