VirtualBox

Changeset 38130 in vbox for trunk/src


Ignore:
Timestamp:
Jul 25, 2011 8:36:41 AM (13 years ago)
Author:
vboxsync
Message:

VBoxService/VMInfo-win: Less verbose by default (OOM).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp

    r38128 r38130  
    346346                /* If we don't have enough memory it's hard to judge whether the specified user
    347347                 * is logged in or not, so just assume he/she's not. */
    348                 VBoxServiceError("VMInfo/Users: Not enough memory to retrieve logon session data!\n");
     348                VBoxServiceVerbose(3, "VMInfo/Users: Not enough memory to retrieve logon session data!\n");
    349349                break;
    350350
     
    514514        {
    515515            case ERROR_NOT_ENOUGH_MEMORY:
    516                 VBoxServiceError("VMInfo/Users: Not enough memory to enumerate logon sessions!\n");
     516                VBoxServiceVerbose(3, "VMInfo/Users: Not enough memory to enumerate logon sessions!\n");
    517517                break;
    518518
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