manila/manila/tests/integrated
Andreas Jaeger 5b76212da4 Fix some LOG invocations and messages
LOG.xxx("Hello %s" % xyz) should be LOG.xxx("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.

The change touches error, warning and info LOG messages.

Adjust test suite for the above change since LOG now uses two parameters
instead of one.

Fix grammar, add missing "." to log messages in some places.

Change-Id: I86404c34502f07ed6dbda1c82b13db888c60f074
2014-09-03 07:03:00 +02:00
..
api Fix some LOG invocations and messages 2014-09-03 07:03:00 +02:00
__init__.py pep8: Enable H303 and F403 2014-08-23 10:40:52 +02:00
integrated_helpers.py Removing deprecated using of flags module from project 2013-10-07 13:17:27 +03:00
test_extensions.py Enabled hacking checks H305 and H307 2014-07-20 18:48:31 +02:00
test_login.py debug level logs should not be translated 2014-05-13 14:13:53 +02:00