VirtualBox

Changeset 51642 in vbox


Ignore:
Timestamp:
Jun 18, 2014 4:18:05 AM (10 years ago)
Author:
vboxsync
Message:

LogRel nits.

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp_dns.c

    r50129 r51642  
    196196            else if (pData->fUseDnsProxy == 0) {
    197197                /* We detects that using some address in 127/8 network */
    198                 LogRel(("NAT: DNS server %RTnaipv4 registration detected, switching to the DNS proxy.\n", address->IPv4));
     198                LogRel(("NAT: DNS server %RTnaipv4 registration detected, switching to the DNS proxy\n", address->IPv4));
    199199                pData->fUseDnsProxy = 1;
    200200                pData->fUseHostResolver = 0;
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp

    r51627 r51642  
    206206    /* Widget resize is NOT thread-safe and *probably* never will be,
    207207     * We have to notify machine-view with the async-signal to perform resize operation. */
    208     LogRel(("UIFrameBuffer::NotifyChange: Screen=%lu, Origin=%lux%lu, Size=%lux%lu, Sending to async-handler..\n",
     208    LogRel(("UIFrameBuffer::NotifyChange: Screen=%lu, Origin=%lux%lu, Size=%lux%lu, Sending to async-handler\n",
    209209            (unsigned long)uScreenId,
    210210            (unsigned long)uX, (unsigned long)uY,
     
    251251    /* Widget update is NOT thread-safe and *seems* never will be,
    252252     * We have to notify machine-view with the async-signal to perform update operation. */
    253     LogRel2(("UIFrameBuffer::NotifyUpdate: Origin=%lux%lu, Size=%lux%lu, Sending to async-handler..\n",
     253    LogRel2(("UIFrameBuffer::NotifyUpdate: Origin=%lux%lu, Size=%lux%lu, Sending to async-handler\n",
    254254             (unsigned long)uX, (unsigned long)uY,
    255255             (unsigned long)uWidth, (unsigned long)uHeight));
     
    382382        m_syncVisibleRegion = region;
    383383        /* And send async-signal to update asynchronous one: */
    384         LogRel2(("UIFrameBuffer::SetVisibleRegion: Rectangle count=%lu, Sending to async-handler..\n",
     384        LogRel2(("UIFrameBuffer::SetVisibleRegion: Rectangle count=%lu, Sending to async-handler\n",
    385385                 (unsigned long)uCount));
    386386        emit sigSetVisibleRegion(region);
     
    390390        /* Save the region. */
    391391        m_pendingSyncVisibleRegion = region;
    392         LogRel2(("UIFrameBuffer::SetVisibleRegion: Rectangle count=%lu, Saved..\n",
     392        LogRel2(("UIFrameBuffer::SetVisibleRegion: Rectangle count=%lu, Saved\n",
    393393                 (unsigned long)uCount));
    394394    }
     
    528528    {
    529529        LogRel(("UIFrameBuffer::resizeEvent: "
    530                 "Directly using source-bitmap content..\n"));
     530                "Directly using source-bitmap content\n"));
    531531
    532532        /* Acquire source-bitmap attributes: */
     
    581581
    582582        /* And send async-signal to update asynchronous one: */
    583         LogRel2(("UIFrameBuffer::resizeEvent: Rectangle count=%lu, Sending to async-handler..\n",
     583        LogRel2(("UIFrameBuffer::resizeEvent: Rectangle count=%lu, Sending to async-handler\n",
    584584                 (unsigned long)m_syncVisibleRegion.rectCount()));
    585585        emit sigSetVisibleRegion(m_syncVisibleRegion);
  • trunk/src/VBox/Main/src-client/VMMDevInterface.cpp

    r51612 r51642  
    852852        PPDMILEDPORTS pLedPort;
    853853
    854         LogRel(("Shared Folders service loaded.\n"));
     854        LogRel(("Shared Folders service loaded\n"));
    855855        pLedPort = PDMIBASE_QUERY_INTERFACE(pDrvIns->pUpBase, PDMILEDPORTS);
    856856        AssertMsgReturn(pLedPort, ("Configuration error: No LED port interface above!\n"), VERR_PDM_MISSING_INTERFACE_ABOVE);
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