VirtualBox

Changeset 10314 in vbox


Ignore:
Timestamp:
Jul 7, 2008 12:43:05 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32935
Message:

More logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r10284 r10314  
    36613661                return rc;
    36623662            }
     3663            Log(("pgmPoolMakeMoreFreePages failed with %Vrc -> return VERR_PGM_POOL_FLUSHED\n", rc));
    36633664            rc = VERR_PGM_POOL_FLUSHED;
    36643665        }
     
    37093710            return rc3;
    37103711        }
     3712        Log(("pgmPoolTrackInsert failed with %Vrc -> return VERR_PGM_POOL_FLUSHED\n", rc3));
    37113713        rc = VERR_PGM_POOL_FLUSHED;
    37123714    }
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