s/string_with_vcs/version_string_with_vcs/g

This commit is contained in:
Soren Hansen
2011-01-07 23:44:47 +01:00
parent c1e1bcec82
commit 0a045c21c0

View File

@@ -157,7 +157,7 @@ class NovaLogger(logging.Logger):
extra = {}
if context:
extra.update(_dictify_context(context))
extra.update({"nova_version": version.string_with_vcs()})
extra.update({"nova_version": version.version_string_with_vcs()})
logging.Logger._log(self, level, msg, args, exc_info, extra)
def addHandler(self, handler):