Skip to content
This repository has been archived by the owner on Feb 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #160 from 2gis/remove-vm-id-hotfix
Browse files Browse the repository at this point in the history
Hotfix: remove vm.id usage in exeption message
  • Loading branch information
z00sts committed Dec 1, 2015
2 parents 8a0427b + 97478d2 commit c2ee62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmpool/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def new_vm(desired_caps):
if not delayed_vm.vm.ready:
raise CreationException(
'Timeout while building vm %s (platform: %s)' %
(delayed_vm.vm.id, platform)
(delayed_vm.vm.name, platform)
)

log_pool.info('Got vm for request with params: %s' % delayed_vm.vm.info)
Expand Down

0 comments on commit c2ee62c

Please sign in to comment.