]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Merge "fix inconsistent i18n log message"
authorJenkins <jenkins@review.openstack.org>
Sat, 7 Sep 2013 06:37:26 +0000 (06:37 +0000)
committerGerrit Code Review <review@openstack.org>
Sat, 7 Sep 2013 06:37:26 +0000 (06:37 +0000)
1  2 
cinder/exception.py

index e28a104f8e25f9d38b5af547312b7b18159cfd08,603889b3000de1214a0d0da435cee24d93680c04..7ff17f785864b427e632086c805f4a4362e77633
@@@ -606,11 -606,15 +606,11 @@@ class TransferNotFound(NotFound)
  
  
  class VolumeMigrationFailed(CinderException):
-     message = _("Volume migration failed") + ": %(reason)s"
+     message = _("Volume migration failed: %(reason)s")
  
  
 -class ProtocolNotSupported(CinderException):
 -    message = _("Connect to volume via protocol %(protocol)s not supported.")
 -
 -
  class SSHInjectionThreat(CinderException):
-     message = _("SSH command injection detected") + ": %(command)s"
+     message = _("SSH command injection detected: %(command)s")
  
  
  class CoraidException(CinderException):