[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 5/5] Reduce logging of Fdo->NotDisableable
On 28/07/2021 15:02, Martin Harvey wrote: Signed-off-by: Martin Harvey <martin.harvey@xxxxxxxxxx> Acked-by: Paul Durrant <paul@xxxxxxx> --- src/xenvif/fdo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xenvif/fdo.c b/src/xenvif/fdo.c index 896107c..745f948 100644 --- a/src/xenvif/fdo.c +++ b/src/xenvif/fdo.c @@ -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; }
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |