diff --git a/nodepool/driver/utils.py b/nodepool/driver/utils.py index 0a760168f..e8c3e728a 100644 --- a/nodepool/driver/utils.py +++ b/nodepool/driver/utils.py @@ -81,7 +81,8 @@ class NodeLauncher(threading.Thread, self.zk.storeNode(self.node) statsd_key = 'error.quota' except Exception as e: - self.log.exception("Launch failed for node %s:", self.node.id) + self.log.exception( + "Launch failed for node %s:", self.node.hostname) self.node.state = zk.FAILED self.zk.storeNode(self.node)