Commit d94a36d9 by Szeberényi Imre

debug msg fix

parent 92240946
......@@ -627,7 +627,7 @@ def resize_disk(name, path, size):
# domain.blockResize(path, int(size),
# flags=libvirt.VIR_DOMAIN_BLOCK_RESIZE_BYTES)
# To be compatible with libvirt < 0.9.11
logger.debug(" === Resize : " + size)
logger.debug(" === Resize : %d" % size)
domain.blockResize(path,int(size)//1024, 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment