oslo.messaging/oslo_messaging/_drivers
ChangBo Guo(gcb) 6b20fa8597 Improvement of logging acorrding to oslo.i18n guideline
1. Use translation marker functions, their argument must just be a string
2. Any message with more than one variable should use named
   interpolation instead of positional to allow translators
   to move the variables around in the string to account for
   differences in grammar and writing direction.
3. String interpolation should be delayed to be handled by the logging
   code, rather than being done at the point of the logging call.
For more details, please refert to oslo.i18n guideline [1]

Note: this commit doesn't touch test code.

[1] http://docs.openstack.org/developer/oslo.i18n/guidelines.html

Change-Id: I5f013d65b20396bbe0e5a2cceaed2a33fad1af23
2016-01-07 13:26:55 +08:00
..
protocols Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
zmq_driver Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
amqp.py Follow the plan about the single reply message 2015-12-04 15:25:03 +01:00
amqpdriver.py Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
base.py batch notification listener 2015-12-08 09:14:20 +01:00
common.py Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
impl_fake.py batch notification listener 2015-12-08 09:14:20 +01:00
impl_kafka.py batch notification listener 2015-12-08 09:14:20 +01:00
impl_rabbit.py Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
impl_zmq.py [zmq] PUB-SUB pipeline 2015-12-18 10:15:32 +00:00
pool.py Move ConnectionPool and ConnectionContext outside amqp.py 2015-11-30 11:53:48 +00:00