manila/manila/scheduler
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
..
filters Fix some LOG invocations and messages 2014-09-03 07:03:00 +02:00
weights Further pep8 fixes 2014-08-15 15:41:56 +02:00
__init__.py Renamed cinder to manila. 2013-09-02 09:59:07 +03:00
chance.py Enabled hacking checks H305 and H307 2014-07-20 18:48:31 +02:00
driver.py Merge "Improve help strings" 2014-08-29 06:07:27 +00:00
filter_scheduler.py Flake8: Fix and enable H405 2014-08-27 13:39:22 +02:00
host_manager.py Flake8: Fix and enable H405 2014-08-27 13:39:22 +02:00
manager.py Fix some LOG invocations and messages 2014-09-03 07:03:00 +02:00
rpcapi.py Migrate to oslo.messaging instead of commom/rpc 2014-07-03 18:59:33 +03:00
scheduler_options.py Fix some LOG invocations and messages 2014-09-03 07:03:00 +02:00
simple.py Improve help strings 2014-08-28 06:56:59 +02:00