Blame SOURCES/0032-v2v-Turn-pnp_wait.exe-warning-into-a-debug-message.patch

7ed5e3
From b04361528b04dc39368c1d90760e50fad63baa9f Mon Sep 17 00:00:00 2001
7ed5e3
From: "Richard W.M. Jones" <rjones@redhat.com>
7ed5e3
Date: Thu, 3 Dec 2020 10:14:08 +0000
7ed5e3
Subject: [PATCH] v2v: Turn pnp_wait.exe warning into a debug message.
7ed5e3
7ed5e3
We've used virt-v2v for years in RHEL without pnp_wait and it's never
7ed5e3
been an issue.  We don't need a warning here.
7ed5e3
7ed5e3
Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1903960
7ed5e3
(cherry picked from commit 834bea6931b49dc4b14ebe04fd0e0884290bfb78)
7ed5e3
---
7ed5e3
 v2v/convert_windows.ml | 4 ++--
7ed5e3
 1 file changed, 2 insertions(+), 2 deletions(-)
7ed5e3
7ed5e3
diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml
7ed5e3
index 4d844e2d..33fbd410 100644
7ed5e3
--- a/v2v/convert_windows.ml
7ed5e3
+++ b/v2v/convert_windows.ml
7ed5e3
@@ -267,8 +267,8 @@ let convert (g : G.guestfs) inspect _ output rcaps static_ips =
7ed5e3
     if Sys.file_exists tool_path then
7ed5e3
       configure_wait_pnp tool_path
7ed5e3
     else
7ed5e3
-      warning (f_"%s is missing.  Firstboot scripts may conflict with PnP.")
7ed5e3
-              tool_path;
7ed5e3
+      debug (f_"%s is missing.  Firstboot scripts may conflict with PnP.")
7ed5e3
+        tool_path;
7ed5e3
 
7ed5e3
     (* Install RHEV-APT only if appropriate for the output hypervisor. *)
7ed5e3
     if output#install_rhev_apt then (
7ed5e3
-- 
7ed5e3
2.18.4
7ed5e3