]> xenbits.xensource.com Git - pvdrivers/win/xenvif.git/commitdiff
Reduce logging of Fdo->NotDisableable
authorMartin Harvey <Martin.Harvey@citrix.com>
Wed, 28 Jul 2021 14:02:47 +0000 (15:02 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Thu, 5 Aug 2021 18:23:23 +0000 (19:23 +0100)
Signed-off-by: Martin Harvey <martin.harvey@citrix.com>
src/xenvif/fdo.c

index 896107cfec32ab7db074484aae3021d2dae7497c..745f94821060aafdee3da49fdbf4403f8a79c8e9 100644 (file)
@@ -2075,7 +2075,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;
     }