Merge "Fix typo in bin/cinder-volume-usage-audit"

This commit is contained in:
Jenkins 2013-08-30 02:19:45 +00:00 committed by Gerrit Code Review
commit 9afb7718c3
1 changed files with 1 additions and 1 deletions

View File

@ -103,6 +103,6 @@ if __name__ == '__main__':
'exists',
extra_info)
except Exception as e:
print(traceback.fromat_exc(e))
print(traceback.format_exc(e))
print(_("Volume usage audit completed"))