VirtualBox

Changeset 93001 in vbox for trunk


Ignore:
Timestamp:
Dec 17, 2021 8:55:57 AM (3 years ago)
Author:
vboxsync
Message:

Fix burn (5)

File:
1 edited

Legend:

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

    r93000 r93001  
    15491549    Log8Func(("[%s] ", pThis->szInst));
    15501550    if (!virtioNetIsOperational(pThis, pDevIns))
    1551         Log8(("No Rx bufs available. (VirtIO core not ready)\n", pThis->szInst));
    1552 
    1553     else if (!virtioCoreIsVirtqEnabled(&pThis->Virtio,      pRxVirtq->uIdx))
    1554         Log8(("[No Rx bufs available. (%s not enabled)\n",  pRxVirtq->szName));
     1551        Log8(("No Rx bufs available. (VirtIO core not ready)\n"));
     1552
     1553    else if (!virtioCoreIsVirtqEnabled(&pThis->Virtio, pRxVirtq->uIdx))
     1554        Log8(("[No Rx bufs available. (%s not enabled)\n"));
    15551555
    15561556    else if (IS_VIRTQ_EMPTY(pDevIns, &pThis->Virtio,  pRxVirtq->uIdx))
    1557         Log8(("No Rx bufs available. (%s empty)\n",  pRxVirtq->szName));
     1557        Log8(("No Rx bufs available. (%s empty)\n"));
    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