From: Vincent Hanquez Date: Tue, 21 Jul 2009 22:53:07 +0000 (+0100) Subject: override the debug when reading the config from disk at beggining. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=174fdb543c9f8efd006cd8e77fb0ce16fa7b0279;p=xenclient%2Ftoolstack.git override the debug when reading the config from disk at beggining. --- diff --git a/xenvm/vmconfig.ml b/xenvm/vmconfig.ml index f6fc9fa..e732cb3 100644 --- a/xenvm/vmconfig.ml +++ b/xenvm/vmconfig.ml @@ -500,6 +500,7 @@ let of_file uuid error_report file = { !cfg with __uuid = !__uuid; + debug = !debug; startup = !startup; output = !output; no_mem_check = !no_mem_check;