[Pkg-libvirt-commits] [libguestfs] 04/17: v2v: Disable extended debugging of hivex_open.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:48:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.27.55-1
in repository libguestfs.
commit 35634e20e73c326d715560dd0e47c893ab16a5fa
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Thu Sep 25 17:35:02 2014 +0100
v2v: Disable extended debugging of hivex_open.
It's not really necessary: we have never needed this for debugging
inspection for example, and if hive open failures did occur we would
ask the user to send us the hive files. And it causes huge amounts of
debugging messages to be printed which fills up the log.
---
v2v/convert_windows.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml
index 6ce742f..d677a03 100644
--- a/v2v/convert_windows.ml
+++ b/v2v/convert_windows.ml
@@ -72,7 +72,7 @@ let convert ~verbose ~keep_serial_console (g : G.guestfs) inspect source =
let rec with_hive name ~write f =
let filename = sprintf "%s/system32/config/%s" systemroot name in
let filename = g#case_sensitive_path filename in
- g#hivex_open ~write ~verbose ~debug:verbose filename;
+ g#hivex_open ~write ~verbose (* ~debug:verbose *) filename;
let r =
try
let root = g#hivex_root () in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list