oslo.messaging/oslo_messaging/_drivers/zmq_driver
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
..
broker Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
client Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
matchmaker [zmq] PUB-SUB pipeline 2015-12-18 10:15:32 +00:00
poller Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
server Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
__init__.py Initial commit for new zmq driver implementation 2015-06-30 18:16:02 +03:00
zmq_address.py [zmq] PUB-SUB pipeline 2015-12-18 10:15:32 +00:00
zmq_async.py zmq: Don't log error when can't import zmq module 2015-12-22 09:16:09 +00:00
zmq_names.py [zmq] Switch notifications to PUB/SUB pattern 2015-12-29 16:03:56 +02:00
zmq_poller.py [zmq] PUB-SUB pipeline 2015-12-18 10:15:32 +00:00
zmq_socket.py [zmq] Driver optimizations for CALL 2015-11-27 12:02:02 +00:00