VirtualBox

Changeset 12362 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Sep 10, 2008 3:07:37 PM (16 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp

    r12361 r12362  
    192192        if (cbAvail <= 0)
    193193        {
    194             Log(("%s: dropping %d chars (cbAvail=%d iHead=%d iTail=%d)\n", __FUNCTION__, cbWrite - i , cbAvial, iHead, iTail));
     194            Log(("%s: dropping %d chars (cbAvail=%d iHead=%d iTail=%d)\n", __FUNCTION__, cbWrite - i , cbAvail, iHead, iTail));
    195195            break;
    196196        }
     
    869869        if (!((statusLines ^ pThis->fStatusLines) & uStatusLinesToCheck))
    870870        {
    871             PDMR3ThreadSleep(pThread, 1000); /* 1 sec */
     871            PDMR3ThreadSleep(pThread, 50); /* 1 sec */
    872872            continue;
    873873        }
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