VirtualBox

Changeset 30373 in vbox for trunk/src


Ignore:
Timestamp:
Jun 22, 2010 12:46:56 PM (15 years ago)
Author:
vboxsync
Message:

Logging change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

    r30285 r30373  
    35913591            Info.enmGuestOS    = enmGuestOS;
    35923592
     3593            Log(("Try to find identical module %s\n", pszModuleName));
    35933594            int ret = RTAvlGCPtrDoWithAll(&pGMM->pGlobalSharedModuleTree, true /* fFromLeft */, gmmR0CheckForIdenticalModule, &Info);
    35943595            if (ret == 1)
     
    35963597                Assert(Info.pNode);
    35973598                pGlobalModule = (PGMMSHAREDMODULE)Info.pNode;
     3599                Log(("Found identical module at %RGv\n", pGlobalModule->Core.Key));
    35983600            }
    35993601        }
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