]> xenbits.xensource.com Git - pvdrivers/win/xenbus.git/commitdiff
Reduce logging of Fdo->NotDisableable
authorOwen Smith <owen.smith@citrix.com>
Wed, 7 Jul 2021 08:54:56 +0000 (09:54 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Mon, 12 Jul 2021 19:14:27 +0000 (20:14 +0100)
Signed-off-by: Owen Smith <owen.smith@citrix.com>
src/xenbus/fdo.c

index 5bbb70a9bf066fb695de7fc99e5483ea18a2dc35..05a069432790919d31bacb8f63a9f9cd3ce973c9 100644 (file)
@@ -4563,7 +4563,7 @@ FdoQueryPnpDeviceState(
         goto done;
 
     if (Fdo->NotDisableable) {
-        Info("%s: not disableable\n", __FdoGetName(Fdo));
+        Trace("%s: not disableable\n", __FdoGetName(Fdo));
         State |= PNP_DEVICE_NOT_DISABLEABLE;
     }