VirtualBox

Changeset 30690 in vbox


Ignore:
Timestamp:
Jul 7, 2010 8:26:21 AM (15 years ago)
Author:
vboxsync
Message:

AsyncCompletion: Add the address of the request to the log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMAsyncCompletion.cpp

    r29496 r30690  
    789789    if (RT_UNLIKELY(tsRun >= (uint64_t)10*1000*1000*1000))
    790790    {
    791         LogRel(("AsyncCompletion: Task completed after %llu seconds\n", tsRun / ((uint64_t)1000*1000*1000)));
     791        LogRel(("AsyncCompletion: Task %#p completed after %llu seconds\n", pTask, tsRun / ((uint64_t)1000*1000*1000)));
    792792    }
    793793
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