mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
v2v: Print version of virt-v2v in debug output.
Easier than asking users to send us this information, which they often don't.
This commit is contained in:
@@ -53,6 +53,11 @@ let rec main () =
|
||||
|
||||
let msg fs = make_message_function ~quiet fs in
|
||||
|
||||
(* Print the version, easier than asking users to tell us. *)
|
||||
if verbose then
|
||||
printf "%s: %s %s (%s)\n%!"
|
||||
prog Config.package_name Config.package_version Config.host_cpu;
|
||||
|
||||
msg (f_"Opening the source %s") input#as_options;
|
||||
let source = input#source () in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user