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:
@@ -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})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user