VirtualBox

Changeset 93004 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Dec 17, 2021 9:14:35 AM (3 years ago)
Author:
vboxsync
Message:

Fix burn (8)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp

    r93003 r93004  
    15521552
    15531553    else if (!virtioCoreIsVirtqEnabled(&pThis->Virtio, pRxVirtq->uIdx))
    1554         Log8(("[No Rx bufs available. (%s not enabled)\n", pVirtq->szName));
     1554        Log8(("[No Rx bufs available. (%s not enabled)\n", pRxVirtq->szName));
    15551555
    15561556    else if (IS_VIRTQ_EMPTY(pDevIns, &pThis->Virtio,  pRxVirtq->uIdx))
    1557         Log8(("No Rx bufs available. (%s empty)\n", pVirtq->szName));
     1557        Log8(("No Rx bufs available. (%s empty)\n", pRxVirtq->szName));
    15581558
    15591559    else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette