From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Tue, 10 Jun 2008 16:32:01 +0000 (+0100) Subject: 'verbose' -> 'debug' in a few more places. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=c2e9b17c873166f733fda12da1f1a44d3d64755e;p=virt-mem.git 'verbose' -> 'debug' in a few more places. --- diff --git a/dmesg/virt_dmesg.ml b/dmesg/virt_dmesg.ml index 10d231f..60d7b60 100644 --- a/dmesg/virt_dmesg.ml +++ b/dmesg/virt_dmesg.ml @@ -34,7 +34,7 @@ DESCRIPTION under libvirt. The output is similar to the ordinary dmesg command run inside the virtual machine." -let verbose, images = Virt_mem.start usage +let _, images = Virt_mem.start usage let () = List.iter ( diff --git a/lib/virt_mem.mli b/lib/virt_mem.mli index a0f1963..443bff6 100644 --- a/lib/virt_mem.mli +++ b/lib/virt_mem.mli @@ -42,6 +42,6 @@ val start : Arg.usage_msg -> bool * image list and do all the standard processing of domains into images. The returned tuple is: - - verbose mode + - debug mode - list of images *)