Update log translation domains

Fix a few log messages missing the translation domains.

bp log-messages-translation-domain

Change-Id: Ibf224c6141fb0c2439611747307127934ada1765
This commit is contained in:
Shawn Boyette
2014-02-21 12:15:40 -08:00
parent 2eafeab012
commit 91cc6db92d

View File

@@ -189,7 +189,7 @@ def remove_external_lock_file(name, lock_file_prefix=None):
try:
os.remove(lock_file_path)
except OSError:
LOG.info(_('Failed to remove file %(file)s'),
LOG.info(_LI('Failed to remove file %(file)s'),
{'file': lock_file_path})