manila/manila/api/openstack
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
..
volume Renamed cinder to manila. 2013-09-02 09:59:07 +03:00
__init__.py Fix some LOG.debug invocations 2014-09-16 08:04:09 +02:00
urlmap.py Renamed cinder to manila. 2013-09-02 09:59:07 +03:00
wsgi.py Fix some LOG invocations and messages 2014-09-03 07:03:00 +02:00