search for: eddcd16

Displaying 1 result from an estimated 1 matches for "eddcd16".

Did you mean: ed8cb16
2013 Sep 05
1
[PATCH] virt-v2v: Add verbose message logging
...rbose messages, plus sets LIBGUESTFS_TRACE=1 -vvv Verbose messages, plus sets LIBGUESTFS_TRACE=1 and LIBGUESTFS_DEBUG=1 --- v2v/virt-v2v.pl | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/v2v/virt-v2v.pl b/v2v/virt-v2v.pl index 3832f67..eddcd16 100755 --- a/v2v/virt-v2v.pl +++ b/v2v/virt-v2v.pl @@ -354,6 +354,24 @@ my $list_profiles = 0; Display a list of target profile names specified in the configuration file. +=cut + +my $verbose; + +=item B<-v | --verbose> + +Enable verbose message logging. + +=item B<-vv> + +Verbose...