未验证 提交 5b7ac346 编写于 作者: X Xu Tian 提交者: GitHub

Update error message to make it more readable

上级 1017f3bd
......@@ -74,7 +74,7 @@ def run(test, params, env):
if not disk_index:
test.error("Failed to get the disk index of size %s" % image_size_str)
if not utils_disk.update_windows_disk_attributes(session, disk_index):
test.error("Failed to bring data disk online")
test.error("Failed to enable data disk %s" % disk_index)
drive_letter_list = utils_disk.configure_empty_windows_disk(
session, disk_index[0], image_size_str, quick_format=False)
if not drive_letter_list:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册