diff options
| author | Michael Still <mikal@stillhq.com> | 2012-04-12 12:10:27 +1000 |
|---|---|---|
| committer | Michael Still <mikal@stillhq.com> | 2012-04-26 08:07:30 +1000 |
| commit | cddd0cc4741e62ecf93384e5f55c2a64398dd003 (patch) | |
| tree | d606dccf6f212c649e6b004e583420a944c68c6f /nova/console | |
| parent | ca4aee67e3ef851c64150af39aa7dca3d2cab349 (diff) | |
Log instance.
Change-Id: I8fbfd7fdc6e16d555151d63657fb8435077a006e
Diffstat (limited to 'nova/console')
| -rw-r--r-- | nova/console/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/console/manager.py b/nova/console/manager.py index 37d695fae..359297c53 100644 --- a/nova/console/manager.py +++ b/nova/console/manager.py @@ -74,7 +74,7 @@ class ConsoleProxyManager(manager.Manager): pool['id'], instance_id) except exception.NotFound: - LOG.debug(_('Adding console')) + LOG.debug(_('Adding console'), instance=instance) if not password: password = utils.generate_password(8) if not port: |
