Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
format provisioning progress log line
Browse files Browse the repository at this point in the history
  • Loading branch information
seandst committed Jan 6, 2015
1 parent a65ab37 commit 4eac3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/mgmt_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ def clone_vm(self, source, destination, resourcepool=None, datastore=None, power

if progress_callback is None:
progress_callback = lambda progress: logger.info(
"Provisioning progress {}->{}: {}").format(source, destination, str(progress))
"Provisioning progress {}->{}: {}".format(source, destination, str(progress)))

source_template = mobs.VirtualMachine.get(self.api, name=source)

Expand Down

0 comments on commit 4eac3d7

Please sign in to comment.