Fix typos in Cinder files
I also found this typo in: cinder/locale/cs/LC_MESSAGES/cinder-log-error.po cinder/locale/cs/LC_MESSAGES/cinder-log-warning.po cinder/locale/cinder-log-error.pot Those files are imported so I will not fix them. TrivialFix Change-Id: I51b276d9060916d8e1b79744aec6ec762a36e47a
This commit is contained in:
parent
6a6e5a15dc
commit
7641d8b24d
@ -103,6 +103,6 @@ def main():
|
||||
server = service.Service.create(binary='cinder-volume')
|
||||
launcher.launch_service(server)
|
||||
except (Exception, SystemExit):
|
||||
LOG.exception(_LE('Failed to load conder-volume'))
|
||||
LOG.exception(_LE('Failed to load cinder-volume'))
|
||||
|
||||
launcher.wait()
|
||||
|
Loading…
x
Reference in New Issue
Block a user