From c2e9b17c873166f733fda12da1f1a44d3d64755e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] 'verbose' -> 'debug' in a few more places. --- dmesg/virt_dmesg.ml | 2 +- lib/virt_mem.mli | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 *) -- 1.8.3.1