summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/console/manager.py2
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: