瀏覽代碼

dispvm: increase log verbosity during domain restore

Marek Marczykowski-Górecki 10 年之前
父節點
當前提交
9ee207514e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dispvm/qubes-restore.c

+ 1 - 1
dispvm/qubes-restore.c

@@ -28,7 +28,7 @@ int restore_domain(const char *restore_file, const char *conf_file, const char *
 			perror("dup2 or open");
 			exit(1);
 		}
-		execl("/usr/sbin/xl", "xl", "restore", conf_file, restore_file, NULL);
+		execl("/usr/sbin/xl", "xl", "-v", "restore", "-d", conf_file, restore_file, NULL);
 		perror("execl");
 		exit(1);
 	default:;