nova/nova/servicegroup/drivers
ChangBo Guo(gcb) edec3e1b77 maint:Don't translate debug level logs
Our translation policy
(https://wiki.openstack.org/wiki/LoggingStandards#Log_Translation) calls
for not translating debug level logs. This helps to prioritize log
translation.
There were some commits that fixed it but ignored the the style like
msg = _('this is debug info'); LOG.debug(msg)
This commit fixes this style of LOG.debug.

Change-Id: I2cc3fe563456ba0906f74262ab1ba6967301d6d1
2014-10-30 14:15:57 +08:00
..
__init__.py Create a directory for servicegroup drivers. 2013-01-10 17:08:42 -05:00
db.py maint:Don't translate debug level logs 2014-10-30 14:15:57 +08:00
mc.py maint:Don't translate debug level logs 2014-10-30 14:15:57 +08:00
zk.py Replacement `_` on `_LE` in all LOG.error 2014-10-21 06:40:05 +00:00