Merge "fixing the typo of the error message from nbd"

This commit is contained in:
Jenkins 2012-12-22 04:15:53 +00:00 committed by Gerrit Code Review
commit 54c9537c60
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class NbdMount(api.Mount):
def _allocate_nbd(self):
if not os.path.exists('/sys/block/nbd0'):
LOG.error(_('ndb module not loaded'))
LOG.error(_('nbd module not loaded'))
self.error = _('nbd unavailable: module not loaded')
return None