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

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