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:
Richard W.M. Jones
2014-10-17 13:44:35 +01:00
parent e2e1705574
commit ca6d7d9c34

View File

@@ -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