VirtualBox

Changeset 32246 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 6, 2010 11:47:55 AM (14 years ago)
Author:
vboxsync
Message:

VBoxGuest/common: VBoxGuest2: Corrected logging, comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest2.cpp

    r32187 r32246  
    2828#endif
    2929
     30/** @todo Remove and merge this file with VBoxGuest.cpp when the Windows driver
     31  *       also will be built from the common sources. */
    3032
    3133/**
     
    120122        rc = VbglGRPerform(&pReq2->header);
    121123        Log(("VBoxGuestReportDriverStatus: VbglGRPerform VMMDevReportGuestStatus completed with fActive=%d, rc=%Rrc\n",
    122              rc, fActive ? 1 : 0));
     124             fActive ? 1 : 0, rc));
    123125        if (rc == VERR_NOT_IMPLEMENTED) /* Compatibility with older hosts. */
    124126            rc = VINF_SUCCESS;
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