diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-04-26 14:58:04 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-04-26 14:58:04 +0000 |
| commit | d89fe1d5df2e99994fbacd6847042a5bc6fb52e5 (patch) | |
| tree | cc086e73172f928eafb7121b7720cbd8b03595df /nova | |
| parent | 081cef2ce5e490b713696675bc9487325a2b9cb8 (diff) | |
| parent | cddd0cc4741e62ecf93384e5f55c2a64398dd003 (diff) | |
Merge "Log instance."
Diffstat (limited to 'nova')
| -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: |
