VirtualBox

Ignore:
Timestamp:
Jul 12, 2010 8:50:26 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63579
Message:

VBoxGuest: Logging.

File:
1 edited

Legend:

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

    r30759 r30780  
    274274        rc = VbglGRPerform(&pReq->header);
    275275        if (RT_FAILURE(rc))
    276             LogRel(("Guest Additions: Reporting guest info 1 failed with rc=%Rrc\n", rc));
     276            LogRel(("vboxGuestInitReportGuestInfo: 1st part failed with rc=%Rrc\n", rc));
    277277        VbglGRFree(&pReq->header);
    278278    }
     
    292292            rc = VINF_SUCCESS;
    293293        if (RT_FAILURE(rc))
    294             LogRel(("Guest Additions: Reporting guest info 2 failed with rc=%Rrc\n", rc));
     294            LogRel(("vboxGuestInitReportGuestInfo: 2nd part failed with rc=%Rrc\n", rc));
    295295        VbglGRFree(&pReq2->header);
    296296    }
     
    313313            rc = VINF_SUCCESS;
    314314        if (RT_FAILURE(rc))
    315             LogRel(("Guest Additions: Reporting guest status failed with rc=%Rrc\n", rc));
     315            LogRel(("vboxGuestInitReportGuestInfo: reporting status failed with rc=%Rrc\n", rc));
    316316        VbglGRFree(&pReq3->header);
    317317    }
Note: See TracChangeset for help on using the changeset viewer.

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